Skip to content

Commit

Permalink
Document the occ encryption:fix-encrypted-version command (#1659)
Browse files Browse the repository at this point in the history
This fixes #963. It doesn't delve deep into the command, it just looks at the basics.
  • Loading branch information
settermjd authored Aug 19, 2019
1 parent f5bdff5 commit b512c05
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/admin_manual/pages/configuration/server/occ_command.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ encryption
encryption:disable Disable encryption
encryption:enable Enable encryption
encryption:encrypt-all Encrypt all files for all users
encryption:fix-encrypted-version Fix the encrypted version if the encrypted file(s) are not downloadable.
encryption:list-modules List all available encryption modules
encryption:migrate initial migration to encryption 2.0
encryption:recreate-master-key Replace existing master key with new one. Encrypt the file system with
Expand Down Expand Up @@ -912,6 +913,17 @@ If the _password_ method is chosen, then individual user passwords will be used
This lets the command know whether to ask for permission to continue or not.
|===

==== Fix Encrypted Version

`encryption:fix-encrypted-version` fixes the encrypted version of files, if the encrypted file(s) are not downloadable, for a given user.

===== Arguments

[width="100%",cols="20%,70%",]
|===
| `user` | The id of the user whose files need fixing.
|===

==== Method Descriptions

===== Recovery method
Expand Down

0 comments on commit b512c05

Please sign in to comment.