upgrade postgres db to version 17 and loomio minor version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -33,7 +33,7 @@ x-environment: &default-env
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: loomio/loomio:v2.25.2
|
image: loomio/loomio:v2.25.3
|
||||||
configs:
|
configs:
|
||||||
- source: entrypoint
|
- source: entrypoint
|
||||||
target: /entrypoint.sh
|
target: /entrypoint.sh
|
||||||
@ -74,7 +74,7 @@ services:
|
|||||||
- "coop-cloud.${STACK_NAME}.version=1.0.0+v2.25.2"
|
- "coop-cloud.${STACK_NAME}.version=1.0.0+v2.25.2"
|
||||||
- "backupbot.backup:=${ENABLE_BACKUPS:-true}"
|
- "backupbot.backup:=${ENABLE_BACKUPS:-true}"
|
||||||
worker:
|
worker:
|
||||||
image: loomio/loomio:v2.25.2
|
image: loomio/loomio:v2.25.3
|
||||||
configs:
|
configs:
|
||||||
- source: entrypoint
|
- source: entrypoint
|
||||||
target: /entrypoint.sh
|
target: /entrypoint.sh
|
||||||
@ -97,7 +97,7 @@ services:
|
|||||||
- loomio_files:/loomio/public/files
|
- loomio_files:/loomio/public/files
|
||||||
- loomio_plugins:/loomio/plugins/docker
|
- loomio_plugins:/loomio/plugins/docker
|
||||||
db:
|
db:
|
||||||
image: postgres:12.17
|
image: pgautoupgrade/pgautoupgrade:17-debian
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
volumes:
|
volumes:
|
||||||
@ -138,7 +138,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
<<: *redis-env
|
<<: *redis-env
|
||||||
cron:
|
cron:
|
||||||
image: loomio/loomio:v2.25.2
|
image: loomio/loomio:v2.25.3
|
||||||
configs:
|
configs:
|
||||||
- source: entrypoint
|
- source: entrypoint
|
||||||
target: /entrypoint.sh
|
target: /entrypoint.sh
|
||||||
|
2
release/2.0.0+v2.25.3
Normal file
2
release/2.0.0+v2.25.3
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
The major change in this release is the upgrade of postgres db from 10 to 17. As we use a container with automatic migration, this should work seemlessly without operator intervention.
|
||||||
|
NEVERTHELESS, please create a BACKUP before you upgrade to this version!
|
Reference in New Issue
Block a user