Skip to content

Instantly share code, notes, and snippets.

@vivianspencer
Created June 10, 2015 07:53
Show Gist options
  • Save vivianspencer/c7d400dd3c4dfd5b201e to your computer and use it in GitHub Desktop.
Save vivianspencer/c7d400dd3c4dfd5b201e to your computer and use it in GitHub Desktop.
Wordpress Database migration
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