Trace:

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
linux:nextcloud [2022/12/23 21:32] – [Prepare Update] adminlinux:nextcloud [2023/01/23 18:02] (current) admin
Line 21: Line 21:
 </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]%";''