Merge pull request #2028 from nextcloud/owncloud-migration-version

Clarify ownCloud migration version
This commit is contained in:
Morris Jobke 2020-04-27 11:09:14 +02:00 committed by GitHub
commit 7480e52b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,19 +12,19 @@ So it is quite easy, to migrate from one ownCloud version to at least one Nextcl
However this does only work with versions that are close enough database and code-wise.
See the table below for a version map, where migrating is easily possible:
+-------------------+-----------------+
| ownCloud | Nextcloud |
+===================+=================+
| 10.0.1 or later | 12.0.1 or later |
+-------------------+-----------------+
| 10.0.0 | 12.0.0 |
+-------------------+-----------------+
| 9.1.x | 10.0.x |
+-------------------+-----------------+
| 9.0.x | 10.0.x |
+-------------------+-----------------+
| 9.0.x | 9.0.x |
+-------------------+-----------------+
+-------------------+------------------------------+
| ownCloud | Nextcloud |
+===================+==============================+
| 10.0.1 or later | 12.0.x (but at least 12.0.1) |
+-------------------+------------------------------+
| 10.0.0 | 12.0.0 |
+-------------------+------------------------------+
| 9.1.x | 10.0.x |
+-------------------+------------------------------+
| 9.0.x | 10.0.x |
+-------------------+------------------------------+
| 9.0.x | 9.0.x |
+-------------------+------------------------------+
.. note:: While we understand, that you want to migrate as soon as possible,