<- All articles
WordPress
Export/Import with the WordPress Plugin
Create a package (files + database) and restore it from the admin, without using FTP.
Installation
Copy the wp-migrate-toolkit folder into wp-content/plugins/, then activate it. An entry appears in Tools > WP Migrate.
Export a Package
- Check Files and Database.
- Click on Generate Package.
- The plugin creates
wpmig_files.zipandwpmig_db.sqlinuploads/wpmig/(protected folder), with download links.
The package folder is protected, but remember to delete it after use to avoid leaving anything in production.
Import into Another Site
- Install the plugin on the destination site.
- Upload
wpmig_files.zipandwpmig_db.sqlinto itsuploads/wpmig/(via FTP). - Check Extract + Import the database, enter the search-replace (old to new domain), then confirm.
The import is destructive: it overwrites files and replaces the destination site's database. Make a backup beforehand.
Migrate a WordPress site hassle-free
WP Migrate Toolkit moves files + database over FTP, without SSH.
Download the CLI Download the plugin