From 30d206081183b752f0f389edd923e72fdde7bd53 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 27 Apr 2020 10:45:47 +0200 Subject: [PATCH] Clarify ownCloud migration version --- .../maintenance/migrating_owncloud.rst | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/admin_manual/maintenance/migrating_owncloud.rst b/admin_manual/maintenance/migrating_owncloud.rst index 149533abc..4fee5401e 100644 --- a/admin_manual/maintenance/migrating_owncloud.rst +++ b/admin_manual/maintenance/migrating_owncloud.rst @@ -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,