From a741f1979c6afd231e2e443f4596646003eb061b Mon Sep 17 00:00:00 2001 From: Hans Erasmus Date: Thu, 29 Nov 2018 13:31:04 +0200 Subject: [PATCH 1/2] Updated the "3rd party APPS" upgrade instructions So there was a comment about "Needs better instruction". --- admin_manual/maintenance/manual_upgrade.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/admin_manual/maintenance/manual_upgrade.rst b/admin_manual/maintenance/manual_upgrade.rst index c1c4fef92..76920816b 100644 --- a/admin_manual/maintenance/manual_upgrade.rst +++ b/admin_manual/maintenance/manual_upgrade.rst @@ -34,12 +34,13 @@ Always start by making a fresh backup and disabling all 3rd party apps. because its location is configured in your original ``config.php``, and none of the upgrade steps touch it. -8. If you are using 3rd party applications, look in your new ``nextcloud/apps/`` - directory to see if they are there. If not, copy them from your old ``apps/`` - directory to your new one. Make sure the directory permissions of your third - party application directories are the same as for the other ones. - ## THIS APPS part IS INSUFFICIENTLY DOCUMENTED (needs better instructions) - +8. If you are using 3rd party applications, it may not always be available in your + upgraded/new Nextcloud instance. To check this, compare a list of the apps in + the new ``nextcloud/apps/`` folder to a list of the of the apps in your + backed-up/old ``nextcloud/apps/`` folder. If you find 3rd party apps in the + old folder that needs to be in the new/upgraded instance, simply copy them over + and insure the permissions are set up as shown in step 9. + 9. Adjust file ownership and permissions:: chown -R www-data:www-data nextcloud From cb738e9dfe49cc32781d34ae9334788b060b0529 Mon Sep 17 00:00:00 2001 From: Hans Erasmus Date: Thu, 29 Nov 2018 17:01:39 +0000 Subject: [PATCH 2/2] Updated as per comment made --- admin_manual/maintenance/manual_upgrade.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/maintenance/manual_upgrade.rst b/admin_manual/maintenance/manual_upgrade.rst index 76920816b..7980f0f03 100644 --- a/admin_manual/maintenance/manual_upgrade.rst +++ b/admin_manual/maintenance/manual_upgrade.rst @@ -39,7 +39,7 @@ Always start by making a fresh backup and disabling all 3rd party apps. the new ``nextcloud/apps/`` folder to a list of the of the apps in your backed-up/old ``nextcloud/apps/`` folder. If you find 3rd party apps in the old folder that needs to be in the new/upgraded instance, simply copy them over - and insure the permissions are set up as shown in step 9. + and ensure the permissions are set up as shown below. 9. Adjust file ownership and permissions::