mirror of
https://github.com/nextcloud/documentation.git
synced 2026-04-13 06:17:21 +07:00
Warn about disabling encryption without decrypting all the files
See: https://github.com/nextcloud/server/issues/31083 Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
committed by
backportbot[bot]
parent
f404759955
commit
eea761b0e4
@@ -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
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user