diff --git a/compose.postgres.yml b/compose.postgres.yml index c3f071b..b9c581a 100644 --- a/compose.postgres.yml +++ b/compose.postgres.yml @@ -10,7 +10,7 @@ services: - NEXTCLOUD_UPDATE=1 db: - image: "pgautoupgrade/pgautoupgrade:14-debian" + image: "pgautoupgrade/pgautoupgrade:17-debian" #setting max_connections with -c breaks pgautoupgrade #command: -c "max_connections=${MAX_DB_CONNECTIONS:-100}" volumes: diff --git a/compose.yml b/compose.yml index fb59d60..bf89823 100644 --- a/compose.yml +++ b/compose.yml @@ -95,7 +95,7 @@ services: failure_action: rollback order: start-first labels: - - "coop-cloud.${STACK_NAME}.version=14.0.0+33.0.7-fpm" + - "coop-cloud.${STACK_NAME}.version=14.1.0+33.0.7-fpm" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}" - "backupbot.backup=${ENABLE_BACKUPS:-true}" - "backupbot.backup.volumes.redis=false" diff --git a/release/next b/release/next index 7a815a2..3146df3 100644 --- a/release/next +++ b/release/next @@ -11,3 +11,6 @@ IMPORTANT: - Added `check_major_upgrade` (`abra app cmd app check_major_upgrade`) to check whether an instance is ready to upgrade to the next Nextcloud major version. + +Upgrades postgresql with pgautoupgrade:17. +Please only update coming from 14.0.0+33.0.7-fpm.