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..2ffb824 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: @@ -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/15.0.0+34.0.2-fpm b/release/15.0.0+34.0.2-fpm new file mode 100644 index 0000000..77e471e --- /dev/null +++ b/release/15.0.0+34.0.2-fpm @@ -0,0 +1,10 @@ +Upgrades Nextcloud from 33 to 34.0.2 (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.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. 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.