Changes

From SME Server
Jump to navigationJump to search
705 bytes added ,  05:41, 2 October 2022
Line 108: Line 108:  
* http://www.tuxfixer.com/mount-webdav-remote-storage-in-fedora-linux-via-davfs2/
 
* http://www.tuxfixer.com/mount-webdav-remote-storage-in-fedora-linux-via-davfs2/
 
* https://docs.nextcloud.com/server/13/user_manual/files/access_webdav.html
 
* https://docs.nextcloud.com/server/13/user_manual/files/access_webdav.html
 +
 +
== SME10 manual CLI upgrade ==
 +
 +
this should do the full update:
 +
sudo -u www php74 -d memory_limit=512M --define apc.enable_cli=1 /usr/share/nextcloud/updater/updater.phar --no-interaction
 +
 +
in case you get the error
 +
Step 5 is currently in process. Please call this command later.
 +
 +
in case you forgot the --no-interaction; you will need to run
 +
occ upgrade
 +
occ maintenance:mode --off
 +
 +
 +
go delete the updater-** folder in
 +
rm  /home/e-smith/files/nextcloud/data/updater-* -rf
 +
 +
if you run in on the web and it failed on the final stage you can do :
 +
occ upgrade
 +
occ db:add-missing-columns
 +
occ db:add-missing-indices
 +
occ db:add-missing-primary-keys
 +
occ maintenance:repair
 +
occ maintenance:mode --off
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu