Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable aks database backup
Browse files Browse the repository at this point in the history
Neill Turner committed Dec 4, 2024
1 parent 937b565 commit 46ade26
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/backup-db.yml
Original file line number Diff line number Diff line change
@@ -22,9 +22,8 @@ on:
description: |
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)
# uncomment to enable after production migration
#schedule:
# - cron: "0 4 * * *" # 04:00 UTC
schedule:
- cron: "0 4 * * *" # 04:00 UTC

env:
SERVICE_NAME: refer-serious-misconduct

0 comments on commit 46ade26

Please sign in to comment.