From 2357a855ca221998a6a0e6f743c757e44d51818f Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Sat, 27 Oct 2018 15:05:28 +0200 Subject: [PATCH] Update occ_command.rst adding info from @akalypse in https://github.com/nextcloud/server/issues/8311?fbclid=IwAR07RjhNMtK4MwbcGX6e03XclX4BIEGZ48cYn8Rt9fEWdONxWTlpd1uHiQ4#issuecomment-423243061 - pls check @schiessle --- admin_manual/configuration_server/occ_command.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 8d332c98f..1048be13d 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -594,6 +594,10 @@ put your Nextcloud server into :ref:`maintenance mode ` to prevent any user activity until decryption is completed. +Note that if you do not have master key/recovery key enabled, you can ONLY +decrypt files per user, one user at a time and NOT when in maintenance mode. +You will need the users' password to decrypt the files. + Use ``encryption:disable`` to disable your encryption module. You must first put your Nextcloud server into :ref:`maintenance mode ` to prevent any user activity.