Skip to content

Commit

Permalink
Schedule database backup at 2am (#1747)
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti authored Dec 12, 2024
1 parent c6a262e commit dbc2969
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 dbc2969

Please sign in to comment.