Non-WordPress tables exported
-
I have a database where I store the tables for multiple WordPress installations (it is *not* WP Multisite).
I ran WP Migrate DB Export and it exported *all* the tables in that database, not just the ones associated with the active WordPress installation (from where the Export was being run). The exported file was unnecessarily large.
In wp-migrate-db.php the db_backup() function should probably check $table_prefix and skip those that don’t begin with that prefix.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Non-WordPress tables exported’ is closed to new replies.