db.dmp to database.sql problem
-
I’ve experienced this with WP 3.8.3 and 3.9.2. I have the latest 0.5.6 Duplicator plugin. The client’s webhosting company is using plesk.
They have many wordpress installations done in subdirectories:
/httpdocs/(main wp)
/httpdocs/subdir1/(wp)
/httpdocs/subdir2/(wp)
etc.I used duplicator to move one of the subdir sites to a new account and was getting the wordpress You must update your database page and a site with broken theme options.
After some debugging, it appears the database.sql in archive.zip is an 8 month old DB dump from a different WP installation. But the db.dmp file is a correct current database export. I suspect there is a problem when duplicator resaves db.dmp as database.sql. The timestamped xxxxx_database.sql file in wp_snapshots is the correct current version of the database.
As a workaround, I manually extracted archive.zip in the new account and rewrote database.sql with the wp-snapshots version. Then when running install.php, I got the site to work.
If I have time, I will try looking through the plugin source code.
Thank you for your attention,
Brian
- The topic ‘db.dmp to database.sql problem’ is closed to new replies.