Skip to content

Commit

Permalink
Warn about disabling encryption without decrypting all the files
Browse files Browse the repository at this point in the history
See: nextcloud/server#31083
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Feb 9, 2022
1 parent 714df5b commit 8967381
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,14 @@ maintenance mode, and then disable your encryption module with this command::

occ maintenance:mode --on
occ encryption:disable
occ encryption:decrypt-all

Take it out of maintenance mode when you are finished::

occ maintenance:mode --off
.. warning:: Disabling encryption without decrypting all the files can lead to decryption errors in the futur as this state is not handled well by Nextcloud.
.. note:: The ``occ encryption:decrypt-all`` can take a lot of time, so you can run it by user like so: ``occ encryption:decrypt-all <user-id>``.

Files not encrypted
-------------------
Expand Down

0 comments on commit 8967381

Please sign in to comment.