pixelstudio / wp-sync-db-cli
Addon for WP-Sync-DB that allows you to do migration with WP-CLI
Package info
github.com/hrsetyono/wp-sync-db-cli
Type:wordpress-plugin
pkg:composer/pixelstudio/wp-sync-db-cli
dev-master
2019-06-14 14:57 UTC
Requires
- php: >=7.0.0
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2026-02-15 05:47:58 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/pluginsdirectory. 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 2will do the migration "Pull from example production".