diff --git a/README.md b/README.md index c69c7f4..391c93c 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,12 @@ OCC_CMDS="app:disable dashboard" - Configure a `defaultapp` in your `config.php` or use [apporder](https://apps.nextcloud.com/apps/apporder) -## Upgrading Nextcloud apps +## Upgrading Nextcloud +Upgrading Nextcloud can be a hair raising experiance. They [don't support downgrading](https://docs.nextcloud.com/server/latest/admin_manual/maintenance/upgrade.html) even for minor versions. + +Many of us have found that jumping major versions when upgrading is also a bad idea. We have however found that it's ok to skip minor version upgrades and go to the last minor version before a major version (e.g. 24.0.0 to 24.9.9 before going to 25.0.0). To extra cautious just upgrade one release at a time. Read the release notes and check your logs. + +## Upgrading Nextcloud apps (plug-ins) `abra app cmd app run_occ '"app:update --all"'`