forked from coop-cloud/nextcloud
14 lines
735 B
Plaintext
14 lines
735 B
Plaintext
Upgrades Nextcloud from 32.0.13 to 33 (major version upgrade).
|
|
|
|
IMPORTANT:
|
|
- 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-name> 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> 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.
|