fix updater path authored by Roland Alton's avatar Roland Alton
......@@ -9,8 +9,7 @@ This is a documentation for fairkom sysadmins. We have to upgrade nextcloud ever
1. you always can login at `https://faircloud.eu/nextcloud2` (backdoor, not reachable for sync clients)
1. as nextcloud admin we now run upgrade to the latest minor version in the web interface
1. ~~`Continue with web based updater` should be fine with minor updates~~ DEC22: we prefer to upgrade with phar script:
1. `cd /var/www/nextcloud/updater`
1. `sudo -u faircloud php updater.phar`
1. `sudo -u faircloud /usr/bin/php /var/www/nextcloud/updater/updater.phar`
1. this usually also updates all apps, and there is no way to get back in app versions
1. check if all apps are working
1. ~~continue with upgrading to next nextcloud major version with `sudo -u faircloud php occ upgrade`~~
......
......