Migrate your database. Export full sites including media, themes, and plugins. Find and replace content with support for serialized data.
WP Migrate is a WordPress migration plugin that makes migrating your database and exporting full sites easy, fast, and stress-free.
Database Migrations
WP Migrate Lite can help move your WordPress database using an easy-to-follow three-step process.
Simple, right? WordPress database migrations shouldn’t have to be overly complicated or cumbersome. With WP Migrate Lite, database transfers become so much easier.
Full-Site Exports
WP Migrate Lite can now export your entire site, including the database, media uploads, themes, plugins, and other files required to create an exact copy of your site in a new environment. In the same friendly interface you know, you can configure your export, choose what you want to include or exclude, and then single-click your way to a downloadable ZIP file of your complete site. A perfect solution for simple migrations and site copying.
Import to Local
Thanks to our good friends at WP Engine, Local—the #1 local WordPress development tool—can now import full-site ZIP archives that have been exported using WP Migrate. Simply drag and drop the downloaded ZIP file into Local and you’re up and running with a complete copy of your site in minutes.
Find & Replace
WP Migrate can find and replace content anywhere in your WordPress database with support for serialized data. This makes it easier to migrate your database without risk of corruption.
WP Migrate handles serialized data by first unserializing it, identifying individual strings, and replacing any matches with your desired content. Once this process is complete, the data is once again serialized and placed back in the database.
Example: s:5:"hello"
becomes s:11:"hello world"
You can also run a find and replace on the current database even if you have no plans to migrate it.
Database Backups
WP Migrate can automatically back up your database before running a find and replace operation or on demand as needed.
We’ve made an impact since launching the first version of WP Migrate with over 300,000 active installs and hundreds of five-star reviews on WordPress.org. WP Migrate is, in our opinion, the best WordPress migration plugin. Don’t just take our word for it though:
[WP Migrate] might be the most amazing thing that has happened in a really long time in the #WordPress world – Pippin Williamson – Founder, Sandhills Development.
Today, I give continued thanks to @dliciousbrains for migrate db pro and the ease at which it offers migrations from dev-to-and-from-staging – Tom Mcfarlin – Senior Backend Engineer, WebDevStudios.
How did I ever survive without [WP Migrate] before? #winning – Jenny Beaumont – Senior Project Manager, Human Made.
If you’re in need of a complete, reliable, and fast push/pull site migration solution with fine-tuned control over the database, media uploads, themes, plugins, and other wp-content files, then WP Migrate Pro is for you.
The pro features in WP Migrate fit perfectly into any WordPress developer’s toolbox. Here’s what you get when you upgrade:
All of these features and more are yours when you upgrade to WP Migrate Pro.
No, WP Migrate uses “migration profiles” that allow you to save your WordPress migration settings to make the process as fast as possible.
Yes, WP Migrate is compatible with multisites. With the Lite version, you can export, back up, and run find and replace operations across the entire multisite network. Upgrading to WP Migrate Pro opens up new possibilities for migrating single sites into or out of multisite networks. You can even migrate a subsite directly from one multisite to another.
You sure can! WP Migrate allows you to exclude spam comments from any WordPress migration in a click.
Don’t worry! By default, WP Migrate places all plugins into compatibility mode during a migration, which prevents them from loading for migration requests only.
Specific plugins can be enabled to run during a migration using a straightforward admin interface.
Yes, WP Migrate Lite includes export
and find-replace
commands. Qualifying licenses of WP Migrate Pro include even more WP-CLI commands to push, pull, import, and manage settings from the command line.
wpmdb_check_table_column_for_reference
now helps to avoid memory errors by excluding columns from the find and replace operation when a serialized reference is detected'allowed_classes' => false
to avoid instantiating the complete object and potentially running malicious code stored in the databaseallowed_classes
stacktrace
column in the aiowps_audit_log
table during find and replace operationseum_logs
tableall post types
selected to behave as if no post types were selectedduplicator_packages
tableuploads
directory no longer prevent find and replace operations on hosts like Pantheonmigrate
base command as an alias of migratedb
Skip to main content
keyboard navigation.Filesystem::chmod()
method does not function correctly and silently logs an errorget_magic_quotes_gpc()
triggers a warning on PHP 7.4+home
and site_url
values are set incorrectly on multisite installs with the ‘ms_files_rewriting’ option setwp_posts
tableWP_Filesystem
initialized on all wp-admin pageswpmdb_replace_custom_data
filterwp_site
and wp_blogs
tables on multisitefont-family
declarations from stylesheetsBINARY
data not exported properlyBIT
data not exported properlypost_max_size
is set to 0 (unlimited), wpmdb_bottleneck
is broken_mig_
prefix to wpmdb_alter_statements tableWP_HTTP_BLOCK_EXTERNAL
constant is set to trueupdate_site_option()
and get_site_option()
wpmdb_error_log
option is auto loadinghtmlentities()
verify_download()
error
does not exist