@@ -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
0 commit comments