mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
correct encryption-migrate
This commit is contained in:
@@ -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
|
||||
---------------
|
||||
|
||||
@@ -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*
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user