Upgrades and Docker. How would you do it?
-
Hi all,
I have implemented WordPress in Docker and it all works great.
For the backups, I backup the WordPress directory and dump the database… but I have the following problem…
On the next update of WordPress, I will create a new image containing the latest version of WordPress, spin up a container and link it to my existing db (after a backup obviously).
The problem I have is if I restore my WordPress data, I will squash any upgrade I just made. So, what are the files that I need to backup and then recover to have all my data and _not_ squash the upgrade I just made?
I am thinking of plugins, theme changes (child theme) and possibly the active theme… Is that enough?
Any help would be greatly appreciated!
The topic ‘Upgrades and Docker. How would you do it?’ is closed to new replies.