Clarify ownCloud migration version

This commit is contained in:
Morris Jobke
2020-04-27 10:45:47 +02:00
committed by GitHub
parent 99178ad216
commit 30d2060811

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,