Skip to content

Commit 9c8ac80

Browse files
authored
Merge pull request #9424 from nextcloud/update-owncloud-migration-10.11
Update instructions for upgrading from ownCloud 10.11
2 parents 2b0d1b9 + 6034de3 commit 9c8ac80

2 files changed

Lines changed: 16 additions & 17 deletions

File tree

admin_manual/maintenance/manual_upgrade.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,31 +48,34 @@ Always start by making a fresh backup and disabling all 3rd party apps.
4848
backed-up/old ``nextcloud/apps/`` folder. If you find 3rd party apps in the
4949
old folder that needs to be in the new/upgraded instance, simply copy them over
5050
and ensure the permissions are set up as shown below.
51+
52+
10. If you have additional apps folders like for example ``nextcloud/apps-extras`` or ``nextcloud/apps-external``,
53+
make sure to also transfer/keep these in the upgraded folder.
5154

52-
10. If you are using 3rd party theme make sure to copy it from your ``themes/``
55+
11. If you are using 3rd party theme make sure to copy it from your ``themes/``
5356
directory to your new one. It is possible you will have to make some
5457
modifications to it after the upgrade.
5558

56-
11. Adjust file ownership and permissions::
59+
12. Adjust file ownership and permissions::
5760

5861
chown -R www-data:www-data nextcloud
5962
find nextcloud/ -type d -exec chmod 750 {} \;
6063
find nextcloud/ -type f -exec chmod 640 {} \;
6164

62-
12. Restart your Web server.
65+
13. Restart your Web server.
6366

64-
13. Now launch the upgrade from the command line using ``occ``, like this
67+
14. Now launch the upgrade from the command line using ``occ``, like this
6568
example on Ubuntu Linux::
6669
6770
sudo -u www-data php occ upgrade
6871
6972
(!) this MUST be executed from within your nextcloud installation directory
7073

71-
14. The upgrade operation takes a few minutes to a few hours, depending on the
74+
15. The upgrade operation takes a few minutes to a few hours, depending on the
7275
size of your installation. When it is finished you will see a success
7376
message, or an error message that will tell where it went wrong.
7477

75-
15. Re-enable the nextcloud cron-job. (See step 4 above.)
78+
16. Re-enable the nextcloud cron-job. (See step 4 above.)
7679

7780
crontab -u www-data -e
7881

admin_manual/maintenance/migrating_owncloud.rst

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,11 @@ See the table below for a version map, where migrating is easily possible:
1515
+-------------------+------------------------------+
1616
| ownCloud | Nextcloud |
1717
+===================+==============================+
18-
| 10.0.5 or later | 20.0.x (but at least 20.0.5) |
19-
+-------------------+------------------------------+
20-
| 10.0.1 - 10.0.5 | 12.0.x (but at least 12.0.1) |
21-
+-------------------+------------------------------+
22-
| 10.0.0 | 12.0.0 |
23-
+-------------------+------------------------------+
24-
| 9.1.x | 10.0.x |
25-
+-------------------+------------------------------+
26-
| 9.0.x | 10.0.x |
18+
| 10.11.x | 25.0.x (but at least 25.0.2) |
2719
+-------------------+------------------------------+
28-
| 9.0.x | 9.0.x |
20+
| 10.0.5 or later | 20.0.x (but at least 20.0.5) |
2921
+-------------------+------------------------------+
3022

31-
3223
.. note:: While we understand, that you want to migrate as soon as possible,
3324
we also don't want to put your data at risk. Since we never know
3425
what ownCloud changes in a future release, we only allow migrations
@@ -54,3 +45,8 @@ See the table below for a version map, where migrating is easily possible:
5445
6. Use the :doc:`Nextcloud built-in updater<update>` to update your instance to the newest version.
5546

5647
7. Make sure to also verify the "Security & setup warnings" in the "Overview" section on the settings page.
48+
49+
8. In some cases, apps installed from the ownCloud Market might have been disabled as incompatible
50+
(ex: calendar and contacts), so you should reinstall the Nextcloud ones using
51+
``occ app:enable calendar``, ``occ app:enable contacts``, etc
52+

0 commit comments

Comments
 (0)