Level Up

A collection of resources for WordPress Developers, written and curated by experts

Level Up

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…

Iain

Oct 26, 2015

Level Up

Meta Slider Integration

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…

Iain

Level Up

Exporting a Single Site Install as a Subsite for a Multisite Install

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…

Ian

Aug 11, 2015

Level Up

The source site supports utf8mb4 data but the target does not and unknown collation errors

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…

Ian

Jul 15, 2015

Level Up

File Size Limitations

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…

Ashley

Jun 25, 2015

Level Up

WP-CLI Command

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: $…

Brad

Jun 12, 2015

Level Up

WP-CLI Command – Export Subcommand

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…

Jeff

Level Up

WP-CLI Command – Find & Replace Subcommand

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…

Matt Shaw

Oct 13, 2016

Level Up

WP-CLI Command – Profile Subcommand

wp migratedb profile <profile_name> or wp migratedb profile <profile_id> Allows you to run a migration with a saved migration profile. The migrate subcommand is an alias of profile. Options profile_name…

Brad

Jan 31, 2015

Level Up

WP CLI Command – Profiles subcommand

wp migratedb profiles Outputs a list of saved migration profiles. The command outputs a table of saved profiles with profile id’s that can be used with the the wp migratedb…

Peter Tasker

Nov 1, 2016