diff --git a/admin_manual/configuration_files/encryption_configuration.rst b/admin_manual/configuration_files/encryption_configuration.rst index e8c2144ba95..ded8273467a 100644 --- a/admin_manual/configuration_files/encryption_configuration.rst +++ b/admin_manual/configuration_files/encryption_configuration.rst @@ -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 ``. Files not encrypted -------------------