pixelstudio/wp-sync-db-cli

Addon for WP-Sync-DB that allows you to do migration with WP-CLI

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 41

Type:wordpress-plugin

dev-master 2019-06-14 14:57 UTC

This package is auto-updated.

Last update: 2024-04-15 02:01:27 UTC


README

An addon for WP Sync DB that allows you to execute migrations using a function call or via WP-CLI

Useful Links

How to Use

  • Download this repo and add it to your wp-content/plugins directory. Activate it.

  • Create a migration profile in WP-Admin.

  • Choose the migration profile you want to do and take note of the number. You will use it in the command:

    wp wpsdb migrate [profile-number]
    

    For example wp wpsdb migrate 2 will do the migration "Pull from example production".