Skip to content

Commit

Permalink
Merge pull request #8015 from nextcloud/backport/8014/stable23
Browse files Browse the repository at this point in the history
[stable23] Warn about disabling encryption without decrypting all the files
  • Loading branch information
artonge authored Feb 9, 2022
2 parents 7ad732d + 6eee1f5 commit a6dd8ac
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 will lead to decryption errors in the future as this state causes unpredictable behaviors.
.. note:: The ``occ encryption:decrypt-all`` can take a lot of time. You can run one user at a time like so: ``occ encryption:decrypt-all <user-id>``.

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

0 comments on commit a6dd8ac

Please sign in to comment.