Hello everyone The scheduler does not work on my site.
On the web I have this picture:
In the console so:
user@server:/root_directory $ php8.0 bin/grav scheduler -d
Job Details
===========
┌─────────────────────┬──────────────────┬──────────────────┬────────┐
│ Job ID │ Last Run │ Next Run │ Errors │
├─────────────────────┼──────────────────┼──────────────────┼────────┤
│ default-site-backup │ 2020-12-19 03:00 │ 2022-01-27 20:06 │ None │
└─────────────────────┴──────────────────┴──────────────────┴────────┘
And in the files so:
user@server:/root_directory $ cat user/config/scheduler.yaml
status:
cache-purge: enabled
cache-clear: enabled
default-site-backup: enabled
The crown works correctly:
user@server:/root_directory $ tail -1 /var/log/cron.log
Jan 27 20:26:01 server CRON[01]: (www-data) CMD (cd /root_directory;/usr/bin/php8.0 bin/grav scheduler >> /dev/null 2>&1)
The command is also executed correctly, which means the problem is on the Grav side.
Please tell me where to dig