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
Requires
- php: >=7.0.0
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-11-15 03:14:45 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".