From fc6814a0928f2437c9bef95559c447bde1c3a7a3 Mon Sep 17 00:00:00 2001 From: Griffith Knoop Date: Fri, 30 Aug 2019 20:14:20 -0400 Subject: [PATCH] Corrections to enabling encryption Removed the bit about enabling maintenance mode because changes to the application have caused it to automatically enable maintenance mode when enabling encryption and enabling it beforehand prevents the command from running at all. --- .../configuration_files/encryption_configuration.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/admin_manual/configuration_files/encryption_configuration.rst b/admin_manual/configuration_files/encryption_configuration.rst index 590066d42..5a756d5ae 100644 --- a/admin_manual/configuration_files/encryption_configuration.rst +++ b/admin_manual/configuration_files/encryption_configuration.rst @@ -212,14 +212,9 @@ The [module ID] is taken from the ``encryption:list-modules`` command. Encrypt all data files for all users. For performance reasons, when you enable encryption on a Nextcloud server only new and changed files are encrypted. This -command gives you the option to encrypt all files. You must first put your -Nextcloud server into maintenance mode to prevent any user activity until -encryption is completed:: +command gives you the option to encrypt all files. - occ maintenance:mode --on - Maintenance mode is currently enabled - -Then run ``occ``:: +Run ``occ``:: occ encryption:encrypt-all