From 225d51315e47e2db418ec9595c668a58be790f0e Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Wed, 6 Aug 2014 21:04:53 +0200 Subject: [PATCH] Update update.rst Adding a note that you can upgrade from the command line, which can help on slow systems to avoid the eternal hanging of the upgrade process due to timeouts. --- admin_manual/maintenance/update.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst index 1389a7db5..7d8bb28e8 100644 --- a/admin_manual/maintenance/update.rst +++ b/admin_manual/maintenance/update.rst @@ -187,6 +187,8 @@ To upgrade your ownCloud Server: This step is required. Accessing the server using a browser connection launches the server upgrade. + .. note:: To avoid webserver timeouts on slow or overloaded systems you can also update your ownCloud on the command line if you have SSH access to your server. This also avoid other users accessing the server during the process. Before starting the server (step 10), run the command ``php occ upgrade`` in the ownCloud folder. + 12. If third party applications were running on your system, ensure that they provide versions compatible with the new ownCloud release. If compatible, you can reinstall and enable these applications. .. note:: Update procedures should run when necessary.