Restoring from sql.gz backup file
-
All right, I’m trying restore my website from an sql.gz database backup file that was emailed to me every week by a plugin called WP-DB-Backup.
I’m using 1and1 for hosting.
I created a new MySQL database, and imported the sql.gz file in phpMyAdmin. In phpMyAdmin, I can see these files:
cwmv1sjxq_commentmeta
cwmv1sjxq_comments
cwmv1sjxq_links
cwmv1sjxq_options
cwmv1sjxq_postmeta
cwmv1sjxq_posts
cwmv1sjxq_terms
cwmv1sjxq_term_relationships
cwmv1sjxq_term_taxonomy
cwmv1sjxq_usermeta
cwmv1sjxq_usersI added the database information to the wp-config file, added a .maintenance.php file, and then uploaded the WordPress 3.8 folder using Webspace Explorer.
Everything seems to work fine. When I go to my URL (www.themodernmaids.com), it prompts me to install WordPress, so I do it.
After I installed WordPress, these files are showing up in phpMyAdmin as well:
wp_commentmeta
wp_comments
wp_links
wp_options
wp_postmeta
wp_posts
wp_terms
wp_term_relationships
wp_term_taxonomy
wp_usermeta
wp_usersMy website shows up as the default WordPress site. If I “drop” all of the files inserted by the WordPress installation in phpMyAdmin so that only the files from my sql.gz backup file remain, and then go to my URL, it prompts me to install WordPress all over again.
This is an endless cycle.
It will not use the files from my sql.gz backup file. I tried another sql.gz backup file from a previous backup with the same results.
Any clue on why the files from my sql.gz backup file are not working?
The topic ‘Restoring from sql.gz backup file’ is closed to new replies.