From 343253d6e2c0b9cd34380802bb7c9cff96e6427b Mon Sep 17 00:00:00 2001 From: Jukka Keski-Luopa Date: Tue, 18 Sep 2018 17:33:30 +0300 Subject: [PATCH] docs: upgrading wordpress --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d11197..2430bba 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,11 @@ It is recommended to do most modifications in local or staging environment first ## Upgrading WordPress -Upgrade WordPress version in `wordpress/Dockerfile` and `wordpress/Dockerfile.build`. Merge the change to staging and make sure it works ok. Finally merge the change master. +1) **local/dev**: Upgrade WordPress version in `wordpress/Dockerfile` and `wordpress/Dockerfile.build`. Push changes to `dev` branch. +2) **staging**: Merge changes to staging, check that the version number has actually changed, and make sure that everything works ok. +3) **prod**: Merge changes to master, check that the version number has actually changed, and make sure that everything works ok. + +TODO: How to upgrade plugins? Define all plugins in dockerfile? Autoupgrade in dockerfile? ## Local development