mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
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.
This commit is contained in:
parent
0598ade8e0
commit
235c2c7ec7
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user