Hacker News new | ask | show | jobs
by kjell 3949 days ago
`wp-cli` comes in handy. It can migrate a database and do a global search and replace (for the millions of URLs in that database that you need to change for the site to work after it's cloned) a lot cleaner than some of the plugins that are out there.

https://gist.github.com/anonymous/2b2bdacffaa55998fd94

[1] wp-cli.org

1 comments

Thank you, sounds interesting. I will check it.