From a6411d78000d34f94a814504bbe0fcbd4f077889 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 2 Oct 2016 19:57:41 +0200 Subject: syntax --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7c3988031..3c504be9a 100644 --- a/README.md +++ b/README.md @@ -258,11 +258,15 @@ System Cron: * If there is no **updating** statement in your logs check if your cronjob is executed by executing a different script * Check if the **oc_jobs** table has a **reserved_at** with a different value than 0. If it does for whatever reason, set it to 0. You can check this by executing: + ```sql SELECT reserved_at FROM oc_jobs WHERE argument = '["OCA\\News\\Cron\\Updater","run"]'; + ``` and reset it by executing + ```sql UPDATE oc_jobs SET reserved_at = 0 WHERE argument = '["OCA\\News\\Cron\\Updater","run"]'; + ``` * If your cron works fine but Nextcloud's cronjobs are never executed, file a bug in [server](https://github.com/nextcloud/server/) -- cgit v1.2.3