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
software:owncloud [2021/03/01 23:03] – [Manual upgrade with shell access] Michele Porellisoftware:owncloud [2021/03/01 23:07] (current) – [Re-enable symlink support in data folder] Michele Porelli
Line 40: Line 40:
   - Move back "data" and "config" folders from previous installation to the newest just uploaded   - Move back "data" and "config" folders from previous installation to the newest just uploaded
 ==== Re-enable symlink support in data folder ==== ==== Re-enable symlink support in data folder ====
-NOTE: This is not supported by ownCloud team and can result in unexpected behaviors (including data loss and end of the world) +NOTE: This is not supported by ownCloud team and can result in unexpected behaviors (including data loss and the end of the world) 
 + 
 +=== Official way (since Nextcloud 21.0.0) === 
 +  * Add <code>'localstorage.allowsymlinks' => true,</code> to the config file located in nextcloudcloud/config/config.php 
 +=== Alternative #1 (pre Nextcloud 21.0.0) ===
   - Open owncloud/lib/private/Files/Storage/Local.php   - Open owncloud/lib/private/Files/Storage/Local.php
   - Change the variable $allowSymlinks from false to true   - Change the variable $allowSymlinks from false to true
-OR+=== Alternative #2 (pre Nextcloud 21.0.0) ===
   - 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:+If using any of the two alternative ways, you probably want to disable the integrity check in owncloud/config/config.php adding:
 <code>'integrity.check.disabled' => true,</code> <code>'integrity.check.disabled' => true,</code>
 ===== Issues ===== ===== Issues =====
software/owncloud.txt · Last modified: 2021/03/01 23:07 by Michele Porelli