diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 3ed6771ba..f2b8cae92 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -282,7 +282,7 @@ Encryption When you are using encryption, you must manually migrate your encryption keys after upgrading your ownCloud server:: - $ sudo -u www-data php occ encryption:migrate-keys + $ sudo -u www-data php occ encryption:migrate File Operations --------------- diff --git a/admin_manual/maintenance/upgrade.rst b/admin_manual/maintenance/upgrade.rst index 14c2b7448..ce5a9b745 100644 --- a/admin_manual/maintenance/upgrade.rst +++ b/admin_manual/maintenance/upgrade.rst @@ -22,7 +22,7 @@ indicates an intermediate release, e.g. 8.0.5. versions of ownCloud to ownCloud 8.0, you must manually migrate your encryption keys with the *occ* command after the upgrade is complete, like this example for CentOS: - *sudo -u apache php occ encryption:migrate-keys* + *sudo -u apache php occ encryption:migrate* You must run *occ* as your HTTP user. See :doc:`../configuration_server/occ_command` to learn more about *occ* diff --git a/admin_manual/release_notes.rst b/admin_manual/release_notes.rst index 6e4272659..f9b35a112 100644 --- a/admin_manual/release_notes.rst +++ b/admin_manual/release_notes.rst @@ -167,7 +167,7 @@ Manually Migrate Encryption Keys after Upgrade If you are using the Encryption app and upgrading from older versions of ownCloud to ownCloud 8.0, you must manually migrate your encryption keys with the *occ* command after the upgrade is complete, like this example for CentOS: -*sudo -u apache php occ encryption:migrate-keys* You must run *occ* as your HTTP +*sudo -u apache php occ encryption:migrate* You must run *occ* as your HTTP user. See :doc:`../configuration_server/occ_command` to learn more about *occ* Windows Server Not Supported