File tree 2 files changed +11
-6
lines changed
Filter options
2 files changed +11
-6
lines changed
Original file line number Diff line number Diff line change @@ -76,4 +76,11 @@ may re-enable them.
76
76
https://download.owncloud.org/download/repositories/8.2/owncloud/
77
77
78
78
.. _owncloud.org/install/ :
79
- https://owncloud.org/install/
79
+ https://owncloud.org/install/
80
+
81
+ Encryption migration from oC 7.0 to 8.0 and 8.0 to 8.1
82
+ ------------------------------------------------------
83
+
84
+ The encryption backend was changed twice between ownCloud 7.0 and 8.0 as well as
85
+ between 8.0 and 8.1. If you're upgrading from these older versions please refer to
86
+ :ref: `upgrading_encryption_label ` for the needed migration steps.
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ anymore for most requests.
111
111
112
112
When you upgrade from ownCloud 8.0, with encryption enabled, to 8.1, you must
113
113
enable the new encryption backend and migrate your encryption keys. See
114
- :doc: ` configuration_files/encryption_configuration `
114
+ :ref: ` upgrading_encryption_label `.
115
115
116
116
Encryption can no longer be disabled in ownCloud 8.1. It is planned to re-add
117
117
this feature to the command line client for a future release.
@@ -176,10 +176,8 @@ Manually Migrate Encryption Keys after Upgrade
176
176
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
177
177
178
178
If you are using the Encryption app and upgrading from older versions of
179
- ownCloud to ownCloud 8.0, you must manually migrate your encryption keys with
180
- the *occ * command after the upgrade is complete, like this example for CentOS:
181
- *sudo -u apache php occ encryption:migrate * You must run *occ * as your HTTP
182
- user. See :doc: `../configuration_server/occ_command ` to learn more about *occ *
179
+ ownCloud to ownCloud 8.0, you must manually migrate your encryption keys.
180
+ See :ref: `upgrading_encryption_label `.
183
181
184
182
Windows Server Not Supported
185
183
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments