From 6e12d8fa938ed82e9b952d0979114d4e363bc31d Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Fri, 17 Jul 2026 15:16:03 +0200 Subject: [PATCH] chore: publish 15.0.0+34.0.1-fpm release Co-Authored-By: Claude Opus 4.8 (1M context) --- compose.yml | 2 +- release/15.0.0+34.0.1-fpm | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 release/15.0.0+34.0.1-fpm diff --git a/compose.yml b/compose.yml index 9be5357..b5c7d53 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.6-fpm" + - "coop-cloud.${STACK_NAME}.version=15.0.0+34.0.1-fpm" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}" - "backupbot.backup=${ENABLE_BACKUPS:-true}" - "backupbot.backup.volumes.redis=false" diff --git a/release/15.0.0+34.0.1-fpm b/release/15.0.0+34.0.1-fpm new file mode 100644 index 0000000..934eb56 --- /dev/null +++ b/release/15.0.0+34.0.1-fpm @@ -0,0 +1,13 @@ +Upgrades Nextcloud from 33.0.6 to 34.0.1 (major version upgrade). + +IMPORTANT: +- 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. If you are on 32.x, deploy 14.0.0+33.0.6-fpm 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 before upgrading; some + apps may need to be updated or temporarily disabled. +- PostgreSQL: Nextcloud 34 requires PostgreSQL >= 14 (the recipe already ships + pgautoupgrade 14). PostgreSQL 14 is now the minimum, so plan a bump to a newer + PostgreSQL before the next Nextcloud major.