From 092fdf39649e2ad7ba7734b76f76364ae4450d05 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 19 Oct 2017 10:56:15 +0200 Subject: [PATCH] Explain ownCloud migration and extend the list Signed-off-by: Joas Schilling --- .../maintenance/migrating_owncloud.rst | 34 ++++++++++++------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/admin_manual/maintenance/migrating_owncloud.rst b/admin_manual/maintenance/migrating_owncloud.rst index 2cabce51f..cabe09f90 100644 --- a/admin_manual/maintenance/migrating_owncloud.rst +++ b/admin_manual/maintenance/migrating_owncloud.rst @@ -12,19 +12,27 @@ 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.2 or earlier | 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 | ++-------------------+-----------------+ + + +.. note:: While we understand, that you want to migrate as soon as possible, + we also don't want to put your data at risk. Since we never know + what ownCloud changes in a future release, we only allow migrations + from versions that where released before our last maintenance release, + so we can at least perform some basic migration tests, before you + migrate your production instance. After downloading the correct version of Nextcloud from our `older releases page `_,