Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions admin_manual/maintenance/migrating_owncloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
`<https://www.php.net/supported-versions.php>`_.

1. First download the correct version of Nextcloud from our `older releases page <https://nextcloud.com/changelog/>`_,

Expand Down