Importing WordPress from 'dead' server
-
Hello everyone!
About a month ago my server died, however a friend managed to get access to recover some important files. among those was the mysql database & wordpress, both needed for my website.
Sadly im experiencing issues with replacing those files. I tried to install the same versions of all programs needed and did this using the yum.log from the old server. But whatever I do, whatever I replace and however I do it it still comes up with the default page.
This is what I did:
Install apache, mariadb, mysql, wordpress
Then I used these commands to copy the files from the backup to the correct locations.
rsync -aAHX /home/oldhdd/var/lib/mysql/wordpress/ /var/lib/mysql/wordpress/
rsync -aAHX /home/oldhdd/var/www/html/ /var/www/html/I restarted mariadb and httpd with the following commands:
systemctl restart httpd
systemctl stop mariadb
systemctl start mariadbWhen i reloaded the page it didnt showed any changes.
- The topic ‘Importing WordPress from 'dead' server’ is closed to new replies.