Hopefully final edit on PHP timeouts

This commit is contained in:
Carla Schroder
2014-09-23 13:14:42 -07:00
parent 3c93431299
commit dec24b91bb

View File

@@ -22,13 +22,13 @@ Updater app or upgrading manually. You should still maintain regular backups
(see :doc:`backup`), and make a backup before every update/upgrade.
.. note:: Enterprise customers, and anyone with a large ownCloud installation
should not use the Updater app. The Updater app is better for smaller
installations that have less data and fewer users, and for admins who do not
have shell access, for example on a hosted server. Larger installations
should update ownCloud with their Linux package managers or manually
upgrade, and then complete the update with the ``occ upgrade`` command,
which is in the ``owncloud`` directory. Run ``occ help`` to see
complete command options.
should not use the Updater app, in order to avoid PHP timeouts. The Updater
app is better for smaller installations that have less data and fewer
users, and for admins who do not have shell access, for example on a
hosted server. Larger installations should update ownCloud with their
Linux package managers or manually upgrade, and then complete the update
with the ``occ upgrade`` command, which is in the ``owncloud`` directory.
Run ``occ help`` to see complete command options.
The Updater app performs these operations: