Skip to content

Commit

Permalink
Schedule database backup at 2am
Browse files Browse the repository at this point in the history
There is an error almost everyday around 4am and we haven't been able to
identify the issue.
Move to 2am to see if the problem persists.
  • Loading branch information
saliceti committed Dec 12, 2024
1 parent c6a262e commit 666308a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backup-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
Name of the database server. Default is the live server. When backing up a point-in-time (PTR) server, use the full name of the PTR server. (Optional)
schedule:
- cron: "0 4 * * *" # 04:00 UTC
- cron: "0 2 * * *" # 02:00 UTC

env:
SERVICE_SHORT: trs
Expand Down

0 comments on commit 666308a

Please sign in to comment.