User Tools

Site Tools


software:owncloud

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
software:owncloud [2019/05/31 02:52] Michele Porellisoftware:owncloud [2021/03/01 23:03] – [Manual upgrade with shell access] Michele Porelli
Line 19: Line 19:
 </code> </code>
 ==== Manual upgrade with shell access ==== ==== Manual upgrade with shell access ====
-Assuming that your webserver runs with www-data user<code> +Assuming that your webserver runs with www-data user 
-cd <YOUR_WWW_ROOT>+=== Preferred way === 
 +<code>sudo -u www-data php <YOUR_WWW_ROOT>/nextcloud/updater/updater.phar</code> 
 +=== Alternative way === 
 +<code>cd <YOUR_WWW_ROOT>
 sudo -u www-data php  owncloud/occ maintenance:mode --on sudo -u www-data php  owncloud/occ maintenance:mode --on
 sudo -u www-data mv   owncloud owncloud-old sudo -u www-data mv   owncloud owncloud-old
Line 43: Line 46:
   - Look for the row containing "Following symlinks is not allowed" (in 10.0.1 version is located at row 373) and replace the row with: "return $fullPath;"   - Look for the row containing "Following symlinks is not allowed" (in 10.0.1 version is located at row 373) and replace the row with: "return $fullPath;"
  
 +Either case you probably want to disable the integrity check in owncloud/config/config.php adding:
 +<code>'integrity.check.disabled' => true,</code>
 ===== Issues ===== ===== Issues =====
 ==== checksum wrong errors using the desktop client ==== ==== checksum wrong errors using the desktop client ====
software/owncloud.txt · Last modified: 2021/03/01 23:07 by Michele Porelli