Skip to content
Grav 2.0 is officially stable. Read the announcement →
Support

Scheduled Backups Not Working

Solved by Justin Young View solution

Started by Justin Young 7 years ago · 11 replies · 1284 views
7 years ago

Although I was able to successfully set-up the Grav Scheduler as well as enable the default-site-backup, the scheduled backup is not created.

(I am able to manually create a backup using bin/grav backup.)

Any sense of where I should start to troubleshoot?

7 years ago

🤔 how about crontab -l to double check if it is there?

7 years ago

Here is the output of crontab -l

[email protected] * * * * * cd /home/example/folder;/usr/local/php72/bin/php bin/grav scheduler 1>> /dev/null 2>&1

7 years ago

🤔 what if you run the scheduler manually with bin/grav scheduler -v, does it run?

7 years ago

It returns:

JS
Running Scheduled Jobs

======================

Should it return more (like a list of jobs running)?

6 years ago Solution

I was able to fix this by using DreamHost's GUI for cron jobs.

I entered this command to run:
cd /path/to/my/site;/usr/local/php72/bin/php bin/grav scheduler

Thank you for all the help!

👍 1

Suggested topics

Topic Participants Replies Views Activity
Support · by Anna, 23 hours ago
2 70 2 hours ago
Support · by gtx, 1 week ago
4 233 2 days ago
Support · by Paul Hodges, 2 weeks ago
13 283 5 days ago
Support · by Anna, 3 weeks ago
9 340 1 week ago
Support · by TomW, 2 weeks ago
4 192 2 weeks ago