You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. note:: Since ownCloud does not and will not support PHP 8.0 or higher, you
@@ -37,13 +39,23 @@ See the table below for a version map, where migrating is easily possible:
37
39
* ``occ db:add-missing-indices``
38
40
* ``occ db:add-missing-primary-keys``
39
41
40
-
5. If system cron was used, please verify if crontab entry was using the command ``occ system:cron``. If yes, please adjust it to use the ``php`` command instead according to :ref:`the background jobs configuration documentation<system-cron-configuration-label>`
42
+
5. If system cron was used, please verify if crontab entry was using the command ``occ system:cron``.
43
+
If yes, please adjust it to use the ``php`` command instead according to :ref:`the background jobs configuration documentation<system-cron-configuration-label>`
41
44
42
-
6. Use the :doc:`Nextcloud built-in updater<update>` to update your instance to the newest version.
45
+
6. As Nextcloud 25 is the last Nextcloud version supporting PHP 7 you need to upgrade your PHP installation afterwards to continue updating to current Nextcloud release.
46
+
We recommend to update PHP to version 8.1 before continuing with the updates.
43
47
44
-
7. Make sure to also verify the "Security & setup warnings" in the "Overview" section on the settings page.
48
+
7. Use the :doc:`Nextcloud built-in updater<update>` to update your instance to the newest version.
49
+
This must be done for every major version, since updates between multiple major versions are not supported.
50
+
So the update path would be: 26 → 27.1 → 28 → 29 → 30 → 31.
45
51
46
-
8. In some cases, apps installed from the ownCloud Market might have been disabled as incompatible
47
-
(ex: calendar and contacts), so you should reinstall the Nextcloud ones using
0 commit comments