Skip to content

Instantly share code, notes, and snippets.

@esgy
Created November 13, 2012 17:32
Show Gist options
  • Save esgy/4067180 to your computer and use it in GitHub Desktop.
Save esgy/4067180 to your computer and use it in GitHub Desktop.
MOVING WORDPRESS
// Details here: http://codex.wordpress.org/Moving_WordPress
// For safe database changes:
// 1. Only perform a search and replace on the wp_posts table to not break the serialized data.
// 2. OR Use a utility script: https://github.com/interconnectit/Search-Replace-DB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment