Changes
Page history
fix updater path
authored
Jan 25, 2023
by
Roland Alton
Show whitespace changes
Inline
Side-by-side
Upgrade-procedure.md
View page @
29a90a5f
...
...
@@ -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`
~~
...
...
...
...