From 51f5c8a52dd7bba6df15d63a94f90e93253ed2a9 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 23 Mar 2023 13:33:02 +0100 Subject: [PATCH 1/2] update informaiton on migration from owncloud Signed-off-by: Arthur Schiwon --- admin_manual/maintenance/migrating_owncloud.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/admin_manual/maintenance/migrating_owncloud.rst b/admin_manual/maintenance/migrating_owncloud.rst index fc574745d..eabef0a2f 100644 --- a/admin_manual/maintenance/migrating_owncloud.rst +++ b/admin_manual/maintenance/migrating_owncloud.rst @@ -20,12 +20,11 @@ See the table below for a version map, where migrating is easily possible: | 10.0.5 or later | 20.0.x (but at least 20.0.5) | +-------------------+------------------------------+ -.. 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 were released before our last maintenance release, - so we can at least perform some basic migration tests, before you - migrate your production instance. +.. note:: Since ownCloud does not and will not support PHP 8.0 or higher, you + need to migrate from ownCloud 10.11.x to Nextcloud 25 and then + further upgrade from there. We urge you to migrate to Nextcloud + since PHP versions prior PHP8 are end of life, see + . 1. First download the correct version of Nextcloud from our `older releases page `_, From 994a1292e868b7d8c05871cba4dae12572a452c8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 24 Mar 2023 10:19:49 +0100 Subject: [PATCH 2/2] Fix URL syntax Signed-off-by: Joas Schilling --- admin_manual/maintenance/migrating_owncloud.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/maintenance/migrating_owncloud.rst b/admin_manual/maintenance/migrating_owncloud.rst index eabef0a2f..4f92f287e 100644 --- a/admin_manual/maintenance/migrating_owncloud.rst +++ b/admin_manual/maintenance/migrating_owncloud.rst @@ -24,7 +24,7 @@ See the table below for a version map, where migrating is easily possible: need to migrate from ownCloud 10.11.x to Nextcloud 25 and then further upgrade from there. We urge you to migrate to Nextcloud since PHP versions prior PHP8 are end of life, see - . + ``_. 1. First download the correct version of Nextcloud from our `older releases page `_,