correct encryption-migrate

This commit is contained in:
Carla Schroder
2015-08-19 16:06:17 -07:00
parent fe1cdc6989
commit 2d1d8e87bc
3 changed files with 3 additions and 3 deletions

View File

@@ -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
---------------

View File

@@ -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*

View File

@@ -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