From f58dff275919263182fa740f05f9fd9213e30138 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 5 Aug 2013 16:27:51 +0200 Subject: update readme with updater notice --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.rst') 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 `_ Frequent Problems ----------------- @@ -170,6 +171,8 @@ All feeds are not updated anymore ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ `This is a bug in the core backgroundjob system `_ 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 `_ + 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 `_. 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 `_ - +* Try the `updater script `_ Configuration ------------- -- cgit v1.2.3