Documentation

CLI Addon Changelog

1.6.0 - Oct 19, 2021

  • New: Migrating between sites with different table prefixes is now possible when running a migration from the CLI

1.5 - Aug 04, 2021

  • New: Regular expression custom find and replace
  • New: Case-sensitive custom find and replace
  • Bug fix: Ability to get/update per user license keys via CLI

1.4.1 - Jul 01, 2021

  • Bug fix: Some PHP files can be directly accessed in a browser

1.4 - Apr 28, 2021

  • New: Compatibility with WP Migrate DB Pro 2.0
  • New: Migrate theme & plugin files with the CLI addon
  • New: wp migratedb profile command now supports profile name in addition to ID

1.3.5 - Feb 07, 2019

  • Improvement: Refactor to remove third-party dependency injection container
  • Improvement: Compatibility with WP Migrate DB Pro 1.9.3

1.3.4 - Nov 27, 2018

  • New: Increased PHP version requirement from PHP 5.2+ to PHP 5.4+
  • Improvement: Compatibility with WP Migrate DB Pro 1.9
  • Improvement: Major reorganization of the PHP code into better classes and a better folder structure

1.3.3 - Sep 18, 2018

  • Improvement: Compatibility with WP Migrate DB Pro 1.8.2

1.3.2 - Nov 09, 2017

  • New: Compatibility with WP Migrate DB Pro 1.8.1
  • New: Compatibility with WP Migrate DB Pro Multisite Tools 1.2

1.3.1 - Sep 14, 2017

  • New: import subcommand added to import SQL files from the CLI

1.3 - Nov 01, 2016

  • New: setting subcommand added to get and update WP Migrate DB Pro settings from the CLI
  • New: profiles subcommand added to list available migration profiles on the CLI
  • New: Compatibility with WP Migrate DB Pro 1.7
  • Improvement: Display message when table prefixes differ between sites involved in a migration
  • Improvement: Display accurate CLI error message when HTTPS connection fails
  • Bug fix: Multisite, subsite migrations are allowed when table prefixes differ between sites

1.2.5 - Jul 12, 2016

  • Bug fix: When profile has post types selected for exclusion but setting turned off, post types still excluded when running wp migratedb profile n

1.2.4 - Apr 25, 2016

  • New: Compatibility with WP Migrate DB Pro 1.6

1.2.3 - Feb 03, 2016

  • New: Compatibility with WP Migrate DB Pro 1.5.4
  • New: Compatibility with WP Migrate DB Pro Multisite Tools 1.1
  • Improvement: CLI errors more consistent with WP-CLI format when unknown parameters supplied
  • Bug fix: Fixed cause of "Error: Unable to move exported file" when running saved export profile

1.2.2 - Sep 21, 2015

  • New: Compatibility with WP Migrate DB Pro 1.5.2
  • Improvement: Add argument to only transfer media for selected subsites in multisite installs
  • Bug fix: Profile migrations not checking if remote has Media Files addon enabled, resulting in migration error

1.2.1 - Jul 15, 2015

  • New: Compatibility with WP Migrate DB Pro 1.5.1
  • Improvement: --find and --replace now accept values in csv format, enables commas in find/replace
  • Bug fix: WP CLI errors when CLI addon is active but WP Migrate DB Pro isn't

1.2 - Jun 24, 2015

  • New: Compatibility with WP Migrate DB Pro 1.5
  • New: Multisite Tools addon command line arguments added
  • New: Show number of media files we're uploading
  • Bug fix: Sometimes progress indicator does not show as completed
  • Bug fix: WP Migrate DB Pro updates and addon updates not showing in wp plugin list
  • Bug fix: No error when --include-tables contains a table that does not exist
  • Bug fix: No license expired notice shown on the Plugins page
  • Bug fix: HTML in error messages
  • Bug fix: No error when Media Files addon inactive on local site and running profile command migration and profile is setup to migrate media
  • Bug fix: Invalid --media value doesn't result in error

1.1 - Jan 26, 2015

  • View Release Post
  • New: Renamed wpmdb command to migratedb
  • New: Renamed migrate subcommand to profile (docs)
  • New: push/pull subcommands (docs)
  • New: Backward compatibility with old commands and subcommands
  • New: Migration progress display
  • New: Better error feedback

1.0.2 - Nov 10, 2014

  • New: Compatibility with WP Migrate DB Pro 1.4.4
  • Bug fix: Undefined index: select_backup

1.0.1 - Aug 28, 2014

  • Improvement: Compatibility with the new loading method implemented in WP Migrate DB Pro 1.4.2

1.0 - Jun 25, 2014

  • New: Initial release