From 080fedc4b6237df471c2d21084f80db85c428995 Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Tue, 11 Aug 2026 21:59:03 +0200 Subject: [PATCH] Re-arrange notes --- release/next | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release/next b/release/next index 7a815a2..e104a8f 100644 --- a/release/next +++ b/release/next @@ -1,13 +1,13 @@ Upgrades Nextcloud from 32.0.13 to 33 (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 32.x before upgrading to 33. If you are on an older 32.x, deploy 32.0.13 first. +- 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. +- Nextcloud does NOT support downgrades. Take a backup before deploying. - 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 33 before upgrading; some apps may need to be updated or temporarily disabled. -- 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.