From cb09ce5e80a4bd51977f5a6f0150ffae3720331e Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Tue, 17 Mar 2015 11:41:43 -0700 Subject: [PATCH] Add update instructions ...if you can't login without updating first --- admin_manual/maintenance/update.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst index 1eb3c2f92..79887dce4 100644 --- a/admin_manual/maintenance/update.rst +++ b/admin_manual/maintenance/update.rst @@ -104,6 +104,14 @@ backups from this screen. If the Updater app fails, then you must update manually. (TODO: link to relevant docs) +Can't Login Without Updating +---------------------------- + +If you can't login to your ownCloud installation without performing an update first, this means +that updated ownCloud files have already been downloaded to your server, most likely via +your Linux package manager during a routine system update. So you only need to click the Start +Update button, or run the ``occ`` command to complete the update. + .. _setting_strong_permissions: Setting Strong Permissions @@ -138,4 +146,4 @@ user is:: chown -R wwwrun:www /path/to/owncloud/ -After the Updater app has run, you should re-apply the strict permissions. \ No newline at end of file +After the Updater app has run, you should re-apply the strict permissions.