Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Scheduled Backups Not Working

Solved by Justin Young View solution

Started by Justin Young 7 years ago · 11 replies · 1386 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)?

7 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 complanar, 6 days ago
6 140 17 hours ago
Support · by Rick Beebe, 6 days ago
2 100 2 days ago
Support · by blu3prince, 3 days ago
0 52 3 days ago
Support · by alex, 4 days ago
2 93 3 days ago
Support · by Marcel, 2 weeks ago
1 143 4 days ago