CI CD process recommendations for WordPress
-
Hi! I deployed my WordPress installation using Docker and Rancher. I track all my files using GIT.
I configured shared directory “wp-content” as described here https://thedockerexperts.com/blog/scale-php-application-across-multiple-nginx-docker-nodes/ . This configuration works pretty good, but I have several questions on optimization of the CI\CD process.
1. How can I handle new plugin installation on Dev machine and transfer it to the production?
2. What is the best way to handle DB migrations?
3. Is it enough to replace WP core files and wp-content in my GIT to update WP core as described here https://codex.wordpress.org/Upgrading_WordPress#Manual_Update ?
4. How to revert changes if my update failed for plugins or WP core? Should I have a backup restored?Thanks for the ideas and helpful info!
The page I need help with: [log in to see the link]
The topic ‘CI CD process recommendations for WordPress’ is closed to new replies.