Created
March 9, 2021 05:58
-
-
Save justingivens/c56b6c18fa5f36e0bead096208af6e11 to your computer and use it in GitHub Desktop.
WP CLI Search-Replace to launch Production
This file contains 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
#Export a SQL to use to move into Production | |
wp search-replace '{{DEVELOP_URL}}' '{{PRODUCTION_URL}}' --all-tables --export=production.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment