wp-migrate-db icon indicating copy to clipboard operation
wp-migrate-db copied to clipboard

WordPress plugin that exports your database, does a find and replace on URLs and file paths, then allows you to save it to your computer.

Results 45 wp-migrate-db issues
Sort by recently updated
recently updated
newest added

After updating WP Migrate DB Pro, downloading media files from remote sites is extremely slow. Just now I've had a 300 MB media library take ~19 minutes to download via...

Hi there, I know this is the free version but this bug might help other people searching for the same error. I get this error on a simple index.php (in...

Even though `index.php` files exist on my live site, the exported zip file does not include those in these directories. 1. `/wp-content/` 2. `/wp-content/mu-plugins/` 3. `/wp-content/plugins/` 4. `/wp-content/themes/` It does,...

We encountered a bug while running `wp migrated export` on one of our databases with many rows in the wp_postmeta table. ``` wp --allow-root migratedb export exportfile.sql --path=/path/to/wordpress-site ``` ###...

Hi folks, This may be related to #128. And it's a weird edge case, so probably low priority. I have a local dev server with an old verson of Migrate...

There use to be a option to remove all media files in the remote and then replace with the local but with the new options I don't see this. I...

I've found out, when you use some transaction plugins who stores the whole transactions as a blob, and you want to import this SQL-file, you will get an error. So...

When I've tried to pull content from a remote site, I've received error in the title. As far as I've debugged, it happens due to an unusual port number I...

Unable to access admin page for multisite network. Whoops throws this error: `[2021-12-21 21:03:34] development.ERROR: array_merge(): Expected parameter 2 to be an array, bool given {"userId":1,"exception":"[object] (ErrorException(code: 0): array_merge(): Expected...

Warnings and notices are thrown when using `wp migratedb export` without the optional `--find` and `--replace` flags with PHP 7.4 and WP Migrate DB 2.2.. ```sh Notice: Undefined index: replace_old...