I have just installed WP Toolkit in cPanel / WHM and am looking to restore a WordPress site exported from cPanel on another server.
A friend was given a cPanel backup, ending .tar.gz, and an SQL DB backup, ending .sql.gz.
I have successfully restored the database, and I uploaded the tar using File Manager in cPanel.
But when I navigate to WP Toolkit, that file does not appear in the backup list, even though it appears to be pointing at the right folder on the server.
I am thinking that the site must correspond directly somehow to the WP installation on this server. This is a pain because it took an hour to upload!
I tried expanding the gz, but it is still not visible.
Given that I have this file, how can I recreate the site from it? I am currently trying "Restore a Home Directory Backup" in the Backup page, but that means uploading the file again, so I won't know til morning!
I thought a cPanel backup was entirely portable and could be moved from server to server?
I understand that you have imported the SQL DB and website files in the file manager and extracted the website files. However, were you able to configure the SQL DB and the
wp-config.phpfile?The
wp-config.phpcontains your website configuration in the database; ensure that you have connected it.To test if the website files are connected, you can simply go to
https://example.comand check if you can see the site:wp-config.php.source: https://help.vodien.com/articles/change-database-configuration-in-wordpress/
In addition, you need to make sure that the domain
example.comis pointing to the correct server where you have uploaded the files.Alternatively, you can go to
https://example.com/wp-adminto edit, update, or manage the WordPress site.