Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(admin/migration): Updates NC version required for oC migration #12124

Merged
merged 1 commit into from
Aug 27, 2024
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
12 changes: 5 additions & 7 deletions admin_manual/maintenance/migrating_owncloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ 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.13.x | 25.0.x (but at least 25.0.2) |
+-------------------+------------------------------+
| 10.5.x | 20.0.x (but at least 20.0.5) |
+-------------------+------------------------------+
+-------------------+-------------------------------+
| ownCloud | Nextcloud |
+===================+===============================+
| 10.13.x | 25.0.x (but at least 25.0.13) |
nickvergessen marked this conversation as resolved.
Show resolved Hide resolved
+-------------------+-------------------------------+

.. note:: Since ownCloud does not and will not support PHP 8.0 or higher, you
need to migrate from ownCloud 10.13.x to Nextcloud 25 and then
Expand Down
Loading