upgrade postgres db to version 17 and loomio minor version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-12 18:59:18 +01:00
parent b1e51d5402
commit 134db112a7
2 changed files with 6 additions and 4 deletions

View File

@ -33,7 +33,7 @@ x-environment: &default-env
services:
app:
image: loomio/loomio:v2.25.2
image: loomio/loomio:v2.25.3
configs:
- source: entrypoint
target: /entrypoint.sh
@ -74,7 +74,7 @@ services:
- "coop-cloud.${STACK_NAME}.version=1.0.0+v2.25.2"
- "backupbot.backup:=${ENABLE_BACKUPS:-true}"
worker:
image: loomio/loomio:v2.25.2
image: loomio/loomio:v2.25.3
configs:
- source: entrypoint
target: /entrypoint.sh
@ -97,7 +97,7 @@ services:
- loomio_files:/loomio/public/files
- loomio_plugins:/loomio/plugins/docker
db:
image: postgres:12.17
image: pgautoupgrade/pgautoupgrade:17-debian
networks:
- backend
volumes:
@ -138,7 +138,7 @@ services:
environment:
<<: *redis-env
cron:
image: loomio/loomio:v2.25.2
image: loomio/loomio:v2.25.3
configs:
- source: entrypoint
target: /entrypoint.sh

2
release/2.0.0+v2.25.3 Normal file
View 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!