Best Practices to promote a WordPress Site from Dev to Test to Prod
-
Hi All,
We are developing WordPress Site lampstack running in Pivotal Cloud Foundry Container, Apache, PHP runtime, MySQL DB (configurations) and AWS S3 bucket (remote storage to store media files). This container do not have any command line access.
We have 3 different environments in separate cloud container (Dev, Test and Prod). Development is being used to develop the themes, plugins etc (non-content). We are using Elementor page builder to build our site. And we are trying to promote same changes from Dev to higher environments (test and Prod).
The plugin, theme changes (PHP, HTML, JavaScript code) are stored in Git repository, configurations are getting stored in MySQL DB and media files are stored in AWS S3 bucket.
We are able to move the changes committed in Git Repository into Test environment. Whereas unable to identify the configurations stored in MySQL DB for newly developed elementor pages.
We would like to know the possibility of identifying the MySQL DB configuration changes that are being made by elementor and migrate the configurations into Test environment. Also, we want to know how to merge the DB configurations from Test to Production without overwriting the existing live content changes.
Any help would be highly appreciated. Thanks!
- The topic ‘Best Practices to promote a WordPress Site from Dev to Test to Prod’ is closed to new replies.