From cf0b65feb5f7152c439e7ae96164606558886a58 Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Sat, 8 Aug 2026 10:53:19 +0200 Subject: [PATCH 1/3] Upgrading postgresql to 17 --- compose.postgres.yml | 2 +- compose.yml | 2 +- release/next | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) 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. -- 2.54.0 From 6a39984ed68d1a2a264df87360d130dd695c8e25 Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Tue, 11 Aug 2026 06:50:42 +0200 Subject: [PATCH 2/3] Releasing rolling version of nextcloud --- compose.fulltextsearch.yml | 2 +- compose.yml | 6 +++--- release/next | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/compose.fulltextsearch.yml b/compose.fulltextsearch.yml index ef47b35..0a9bd8a 100644 --- a/compose.fulltextsearch.yml +++ b/compose.fulltextsearch.yml @@ -29,7 +29,7 @@ services: mode: 0600 searchindexer: - image: nextcloud:33.0.7-fpm + image: nextcloud:33-fpm volumes: - nextcloud:/var/www/html/ - nextapps:/var/www/html/custom_apps:cached diff --git a/compose.yml b/compose.yml index bf89823..cc19284 100644 --- a/compose.yml +++ b/compose.yml @@ -48,7 +48,7 @@ services: start_period: 5m app: - image: nextcloud:33.0.7-fpm + image: nextcloud:33-fpm depends_on: - db configs: @@ -95,7 +95,7 @@ services: failure_action: rollback order: start-first labels: - - "coop-cloud.${STACK_NAME}.version=14.1.0+33.0.7-fpm" + - "coop-cloud.${STACK_NAME}.version=14.2.0+33-fpm" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}" - "backupbot.backup=${ENABLE_BACKUPS:-true}" - "backupbot.backup.volumes.redis=false" @@ -109,7 +109,7 @@ services: start_period: 15m cron: - image: nextcloud:33.0.7-fpm + image: nextcloud:33-fpm volumes: - nextcloud:/var/www/html/ - nextapps:/var/www/html/custom_apps:cached diff --git a/release/next b/release/next index 3146df3..125edd6 100644 --- a/release/next +++ b/release/next @@ -14,3 +14,5 @@ IMPORTANT: Upgrades postgresql with pgautoupgrade:17. Please only update coming from 14.0.0+33.0.7-fpm. + +Last release of the nextcloud recipe for versio 33 with a rolling version. -- 2.54.0 From a6bf651b5c480b3ee113d613d0bee3440a1cf5ae Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Sat, 8 Aug 2026 10:55:11 +0200 Subject: [PATCH 3/3] Updating to nextcloud 34.0.2 --- compose.fulltextsearch.yml | 2 +- compose.yml | 6 +++--- release/next | 13 +++++++++++++ 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/compose.fulltextsearch.yml b/compose.fulltextsearch.yml index 0a9bd8a..3cf29da 100644 --- a/compose.fulltextsearch.yml +++ b/compose.fulltextsearch.yml @@ -29,7 +29,7 @@ services: mode: 0600 searchindexer: - image: nextcloud:33-fpm + image: nextcloud:34.0.2-fpm volumes: - nextcloud:/var/www/html/ - nextapps:/var/www/html/custom_apps:cached diff --git a/compose.yml b/compose.yml index cc19284..620c59a 100644 --- a/compose.yml +++ b/compose.yml @@ -48,7 +48,7 @@ services: start_period: 5m app: - image: nextcloud:33-fpm + image: nextcloud:34.0.2-fpm depends_on: - db configs: @@ -95,7 +95,7 @@ services: failure_action: rollback order: start-first labels: - - "coop-cloud.${STACK_NAME}.version=14.2.0+33-fpm" + - "coop-cloud.${STACK_NAME}.version=15.0.0+34.0.2-fpm" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}" - "backupbot.backup=${ENABLE_BACKUPS:-true}" - "backupbot.backup.volumes.redis=false" @@ -109,7 +109,7 @@ services: start_period: 15m cron: - image: nextcloud:33-fpm + image: nextcloud:34.0.2-fpm volumes: - nextcloud:/var/www/html/ - nextapps:/var/www/html/custom_apps:cached diff --git a/release/next b/release/next index 125edd6..0c39faa 100644 --- a/release/next +++ b/release/next @@ -16,3 +16,16 @@ Upgrades postgresql with pgautoupgrade:17. Please only update coming from 14.0.0+33.0.7-fpm. Last release of the nextcloud recipe for versio 33 with a rolling version. + +Upgrades Nextcloud from 33 to 34.0.2 (major version upgrade). + +IMPORTANT: +- Check your current version is up-to-date with + `abra app cmd app check_major_upgrade` before updating to this version +- Nextcloud does NOT support downgrades. Take a backup before deploying. +- Do not skip major versions: your instance must be on the latest 33.x before + upgrading to 34.0.2. If you are on an older 33.x, deploy 33.0.7 first. +- After deploying, check the logs and run any pending repair/upgrade steps: + `abra app cmd app run_occ '"app:update --all"'` +- Review app (plug-in) compatibility with Nextcloud 34.0.2 before upgrading; some + apps may need to be updated or temporarily disabled. -- 2.54.0