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.