From 666308a32599b0e9fc69393714900b2b938a9bfa Mon Sep 17 00:00:00 2001 From: Colin Saliceti Date: Thu, 12 Dec 2024 15:21:33 +0000 Subject: [PATCH] Schedule database backup at 2am 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. --- .github/workflows/backup-db.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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