Enable Media Replace Integration
This integration introduces compatibility with Enable Media Replace. The integration adds support for ‘just replacing the file’ when the original has been removed from the server. All integrations are part…
A collection of resources for WordPress Developers, written and curated by experts
This integration introduces compatibility with Enable Media Replace. The integration adds support for ‘just replacing the file’ when the original has been removed from the server. All integrations are part…
This integration introduces compatibility with the Meta Slider plugin. The integration adds support for using images that have been removed from the server in your slider. It also rewrites the…
NOTE: The following is a very manual process, we have since released Multisite Tools 1.1 which includes Pull a Single Site Install into a Subsite functionality. Follow the steps below…
The source site supports utf8mb4 data but the target does not, aborting migration to avoid possible data corruption. (#148) If the source database of a migration supports utf8mb4 encoded strings and…
Theoretically, file sizes of up to 5Gb can currently be uploaded to the bucket with WP Offload Media, however, your server must be configured correctly. To increase the upload limit…
WP Migrate includes integration with WP-CLI, allowing you to run migrations from the command line. It adds the migrate command which can be run from the CLI as follows: $…
wp migratedb export <output-file> [–find=<strings>] [–replace=<strings>] [–regex-find=<strings>] [–regex-replace=<strings>] [–case-sensitive-find=<strings>] [–case-sensitive-replace=<strings>] [–include-tables=<tables>] [–exclude-post-types=<post-types>] [–skip-replace-guids] [–exclude-spam] [–gzip-file] [–include-transients] [–subsite=<blog-id|subsite-url>] [–prefix=<new-table-prefix>] Export your local DB to a file. Options <output-file> A filename to…
wp migratedb find-replace [–find=<strings>] [–replace=<strings>] [–regex-find=<strings>] [–regex-replace=<strings>] [–case-sensitive-find=<strings>] [–case-sensitive-replace=<strings>] [–include-tables=<tables>] [–exclude-post-types=<post-types>] [–skip-replace-guids] [–exclude-spam] [–include-transients] [–subsite=<blog-id|subsite-url>] Run a find & replace on the database. Options [–find=<strings>] A comma separated list of…