forked from coop-cloud/wekan
chore: publish 3.0.0+v7.50 release
This commit is contained in:
@ -91,7 +91,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.2.0+v7.50"
|
||||
- "coop-cloud.${STACK_NAME}.version=3.0.0+v7.50"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
|
||||
volumes:
|
||||
|
||||
@ -1 +0,0 @@
|
||||
Update MongoDB from version 5.0 to 6.0, don't forget to make a backup before!
|
||||
7
release/3.0.0+v7.50
Normal file
7
release/3.0.0+v7.50
Normal file
@ -0,0 +1,7 @@
|
||||
Breaking Change: Update MongoDB from version 5.0 to 6.0.
|
||||
========================================================
|
||||
|
||||
Before updating:
|
||||
|
||||
Run `abra app cmd <app_domaon> db show_mongo_version` to check if the featureCompatibilityVersion is above 5.0 !
|
||||
Run `abra app cmd <app_domaon> db update_mongo_version` to set featureCompatibilityVersion to version 5.0
|
||||
Reference in New Issue
Block a user