|
@@ -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:
|
|
|
|
-# docker-compose pull wekan
|
|
|
|
-# 3) If you have more networks for VPN etc as described at bottom of
|
|
|
|
-# this config, download for them too:
|
|
|
|
-# docker-compose pull wekan2
|
|
|
|
|
|
+# 2) Remove old Wekan app (wekan-app only, not that wekan-db container that has all your data)
|
|
|
|
+# docker rm wekan-app
|
|
|
|
+# 3) Get newest docker-compose.yml from https://github.com/wekan/wekan to have correct image,
|
|
|
|
+# for example: "image: quay.io/wekan/wekan" or version tag "image: quay.io/wekan/wekan:v4.52"
|
|
# 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:
|