Update Docker upgrade info.

This commit is contained in:
Lauri Ojansivu 2020-11-12 15:51:23 +02:00
parent 22501749da
commit d0040754ea
2 changed files with 12 additions and 12 deletions

View file

@ -13,13 +13,12 @@ version: '2'
# see https://github.com/wekan/wekan/wiki/Backup # see https://github.com/wekan/wekan/wiki/Backup
# 1) Stop Wekan: # 1) Stop Wekan:
# docker-compose stop # docker-compose stop
# 2) Download new version: # 2) Remove old Wekan app (wekan-app only, not that wekan-db container that has all your data)
# docker-compose pull wekan # docker rm wekan-app
# 3) If you have more networks for VPN etc as described at bottom of # 3) Get newest docker-compose.yml from https://github.com/wekan/wekan to have correct image,
# this config, download for them too: # for example: "image: quay.io/wekan/wekan" or version tag "image: quay.io/wekan/wekan:v4.52"
# docker-compose pull wekan2
# 4) Start Wekan: # 4) Start Wekan:
# docker-compose start # docker-compose up -d
#---------------------------------------------------------------------------------- #----------------------------------------------------------------------------------
# ==== OPTIONAL: DEDICATED DOCKER USER ==== # ==== OPTIONAL: DEDICATED DOCKER USER ====
# 1) Optionally create a dedicated user for Wekan, for example: # 1) Optionally create a dedicated user for Wekan, for example:

View file

@ -9,15 +9,16 @@ version: '2'
# https://github.com/wekan/wekan/wiki/Forgot-Password # https://github.com/wekan/wekan/wiki/Forgot-Password
#--------------------------------------------------------------------------------------------------------- #---------------------------------------------------------------------------------------------------------
# ==== Upgrading Wekan to new version ===== # ==== Upgrading Wekan to new version =====
# NOTE: MongoDB has changed from 3.x to 4.x, in that case you need backup/restore with --noIndexRestore
# see https://github.com/wekan/wekan/wiki/Backup
# 1) Stop Wekan: # 1) Stop Wekan:
# docker-compose stop # docker-compose stop
# 2) Download new version: # 2) Remove old Wekan app (wekan-app only, not that wekan-db container that has all your data)
# docker-compose pull wekan # docker rm wekan-app
# 3) If you have more networks for VPN etc as described at bottom of # 3) Get newest docker-compose.yml from https://github.com/wekan/wekan to have correct image,
# this config, download for them too: # for example: "image: quay.io/wekan/wekan" or version tag "image: quay.io/wekan/wekan:v4.52"
# docker-compose pull wekan2
# 4) Start Wekan: # 4) Start Wekan:
# docker-compose start # docker-compose up -d
#---------------------------------------------------------------------------------- #----------------------------------------------------------------------------------
# ==== OPTIONAL: DEDICATED DOCKER USER ==== # ==== OPTIONAL: DEDICATED DOCKER USER ====
# 1) Optionally create a dedicated user for Wekan, for example: # 1) Optionally create a dedicated user for Wekan, for example: