Merging the database from development to production
-
I have a WordPress site on AWS. I want to keep it updated, but it’s production. I’m not about to throw new plug-ins at it. I do that in development. But, how does one update from dev to production? I will keep the site files in git and use a master repo to track changes. That’s not the complicated part, the database of the production system is.
I’m going to add new features in the dev environment, which will change the database. I can migrate a copy of the production database and work off that in dev. But, once I’ve add my new features, I would like to apply that to the newer production DB. Stumped! The DB I have in dev is out of date. The DB in production doesn’t have the new features I’ve just hacked up. How is this dealt with for production sites?
The topic ‘Merging the database from development to production’ is closed to new replies.