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.
This commit is contained in:
Jos Poortvliet
2014-08-06 21:04:53 +02:00
parent ba1d5b271c
commit 225d51315e

View File

@@ -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.