Created
June 10, 2015 07:53
-
-
Save vivianspencer/c7d400dd3c4dfd5b201e to your computer and use it in GitHub Desktop.
Wordpress Database migration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wp db export | |
scp -r [email protected]:path/to/files/ . | |
wp db import example_com.sql | |
wp search-replace example.com newexample.com --dry-run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment