Merge pull request #913 from nextcloud/decrypt-all-without-master-key

Clarify decrypt-all without master key only works per-user
This commit is contained in:
Morris Jobke
2018-11-01 14:56:05 +01:00
committed by GitHub

View File

@@ -594,6 +594,10 @@ put your Nextcloud server into :ref:`maintenance
mode <maintenance_commands_label>` 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 <maintenance_commands_label>`
to prevent any user activity.