Trace:

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
linux:nextcloud [2022/12/23 21:30] adminlinux:nextcloud [2023/01/23 18:02] (current) admin
Line 1: Line 1:
-<html><h1><a href="doku.php?id=Linux:start" style="color:white; text-decoration:none">Linux</a> - Nextcloud</h1></html> 
- 
----- 
- 
- 
- 
 ===== Fehlender Index in Datenbank ===== ===== Fehlender Index in Datenbank =====
   Fehlender Index "fs_storage_path_prefix" in der Tabelle "oc_filecache".   Fehlender Index "fs_storage_path_prefix" in der Tabelle "oc_filecache".
Line 12: Line 6:
  
 ---- ----
 +
 ===== Memcache \OC\Memcache\APCu not available for local cache ===== ===== Memcache \OC\Memcache\APCu not available for local cache =====
   * ERROR:<code>OC\HintException: [0]: Memcache \OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)</code>   * ERROR:<code>OC\HintException: [0]: Memcache \OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)</code>
   * FIX:<code bash>nano /etc/php/x.x/cli/php.ini -> append "apc.enable_cli = 1"   * FIX:<code bash>nano /etc/php/x.x/cli/php.ini -> append "apc.enable_cli = 1"
 cd /var/www/html/nextcloud</code><code>sudo -u www-data php occ db:add-missing-indices</code> cd /var/www/html/nextcloud</code><code>sudo -u www-data php occ db:add-missing-indices</code>
 +
 ---- ----
 +
 ===== Prepare Update ===== ===== Prepare Update =====
-  * comment out createBackup in updater.php<code>+  * comment out createBackup in updater.php<code php>
 case 3: case 3:
   //$updater->createBackup();   //$updater->createBackup();
   break;   break;
 </code> </code>
 +
 +===== Remove e2e folder =====
 +  * Disable e2e plugin
 +  * delete all encrypted folders (via ssh)
 +  * remove ''appdata_[your installation id]/end_to_end_encryption/*''
 +  * ''mysql> oc_e2e_encryption_lock;''
 +  * ''DELETE FROM oc_filecache WHERE path LIKE "%[your old e2e folders]%";''