Bug? Duplicator skips important database tables
-
I was migrating my site, which is on a shared host, to a localhost environment for development purposes, but I ran into some trouble during the site-install on localhost.
The installer failed to create a new admin user, although I made sure it was unique. Trying to log in to the new site with my usual admin log in also failed (invalid username and/or password).
It took me a while to figure out, but I discovered that Duplicator simply had’nt migrated important database tables into the package. In my case, it didn’t create the wi1_users and wi1_usermeta tables (also some noncritical plugin tables), which made all log in attempts fail.
I solved it by simply exporting the missing tables from my shared host site to my localhost environment, but I’m guessing this is not the desired behaviour of Duplicator. I realized that the package I created had filtered these two tables as default behaviour, but than it shouldn’t have failed creating a new admin user, which it did.
Just letting you know. Mark as solved.
The topic ‘Bug? Duplicator skips important database tables’ is closed to new replies.