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 · 1273 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 Paul Hodges, 6 days ago
13 220 8 hours ago
Support · by gtx, 4 days ago
2 127 3 days ago
Support · by Anna, 2 weeks ago
9 300 3 days ago
Support · by TomW, 1 week ago
4 165 6 days ago
Support · by Anna, 1 week ago
4 173 1 week ago