Changes

From SME Server
Jump to navigationJump to search
47 bytes added ,  05:43, 2 October 2022
Line 112: Line 112:     
this should do the full update:
 
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
+
  sudo -u www php74 -d memory_limit=512M --define apc.enable_cli=1 /usr/share/nextcloud/updater/updater.phar
 +
occ upgrade
 +
occ maintenance:mode --off
 +
NB do not use --no-interaction it will fails as it will laucn a child to run occ upgrade without the --define apc.enable_cli=1
    
in case you get the error
 
in case you get the error
 
  Step 5 is currently in process. Please call this command later.
 
  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
       
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu