Migrating data back and forth between live and dev WordPress install
-
Hello!
I am working on a pretty old and bloated WordPress installation which I would like to update and clean-up. The process would take considerable time, so the question arises, how can I keep in sync the dev install with the live site? I have migrated the live site to a different server, where I would do some changes, update plugins and installs, remove unused plugins, change the theme and maybe introduce some custom post types too. The issue is, during that time, the live site with no modifications is still online, and new posts, pages, and comments are added to the database every day. Ideally at the end of the development I would like to change the current live site to the modified one from the dev environment. How can I make sure that I don’t loose any new data? (meaning added to the live site after the migration to dev)? Is there some technique or best practices to it?
Thank you very much!
Cheers,
Balint
- The topic ‘Migrating data back and forth between live and dev WordPress install’ is closed to new replies.