Hi,
I set up a WordPress test site that uses the same database as the live site, but with a different table name prefix (“wp_test_”).
Now when I migrate this test site to the live site, Migrator not only replaces the domain name in the database tables belonging to the live site, but in all tables of this database, also in the tables that are prefixed for the test site.
This leads to the test site redirecting immediately to the live site domain after migration. (Took me hours to find out why.)
UpdraftPlus generally seems to backup all tables of the connected database, regardless of its prefixes.
I’d prefer that the backup and especially the migration proces would affect only the database tables of the current WordPress site, i. e. restricted to the tables with the prefix the site uses.
That’s what’s to be expected, would you agree?
Thanks,
Steve