diff --git a/.github/workflows/backup-db.yml b/.github/workflows/backup-db.yml index ad48fa2bc..ec89358af 100644 --- a/.github/workflows/backup-db.yml +++ b/.github/workflows/backup-db.yml @@ -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