summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-08-05 16:27:51 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-08-05 16:27:51 +0200
commitf58dff275919263182fa740f05f9fd9213e30138 (patch)
treeddfad9ef1ecaa17c00af642f0271839a95bf6baf
parent43ec3a569916a83677d21fbd21e5028a9810919e (diff)
update readme with updater notice
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 3411ed4b2..f456d7acb 100644
--- a/README.rst
+++ b/README.rst
@@ -162,6 +162,7 @@ Desktop Clients
Performance Notices
-------------------
* Use MySQL or PostgreSQL for better database performance
+* Use the `updater script for large installations to thread the update <https://github.com/owncloud/news/wiki/Cron-1.2>`_
Frequent Problems
-----------------
@@ -170,6 +171,8 @@ All feeds are not updated anymore
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`This is a bug in the core backgroundjob system <https://github.com/owncloud/core/issues/3221>`_ deleting the :file:`owncloud/data/cron.lock` file gets the cron back up running
+Another way to fix this is to run a custom `updater script <https://github.com/owncloud/news/wiki/Cron-1.2>`_
+
All feeds are not updated and theres no cron.lock
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Check if the cronjob exists with **crontab -u www-data -e** (replace www-data with your httpd user)
@@ -177,7 +180,7 @@ All feeds are not updated and theres no cron.lock
* Check if the cronjob is ever executed by placing an **error_log('updating')** in the `background job file <https://github.com/owncloud/news/blob/master/backgroundjob/task.php#L37>`_. If the cronjob runs, there should be an updating log statement in your httpd log.
* If there is no **updating** statement in your logs check if your cronjob is executed by executing a different script
* If your cron works fine but owncloud's cronjobs are never executed, file a bug in `core <https://github.com/owncloud/core/>`_
-
+* Try the `updater script <https://github.com/owncloud/news/wiki/Cron-1.2>`_
Configuration
-------------