Skip to content

Instantly share code, notes, and snippets.

@podlom
Created November 6, 2023 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save podlom/d141993e57f14157a3e379d13aea8f10 to your computer and use it in GitHub Desktop.
Save podlom/d141993e57f14157a3e379d13aea8f10 to your computer and use it in GitHub Desktop.
Update prod to stage option_urls
update `wp_options` set `option_value` = REPLACE(`option_value`, 'https://asianlegacylibrary.org', 'https://asianlegacystg.wpengine.com');
update `wp_62eed17a57_options` set `option_value` = REPLACE(`option_value`, 'https://asianlegacylibrary.org', 'https://asianlegacystg.wpengine.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment