
Migrate Wordpress Database
September 15, 2015I recently found the WP-CLI library and have been investigating ways I can integrate it into my workflow. I should note here that we use shared hosting extensively. Ideally the preferred solution would be to use a true migration tool. This is not always possible with shared hosting.
To use the tool the following commands would be issued:
migrate_wordpress.sh dev production This command would pull the latest version of the wordpress database from the production server.
Read more