Skip to content

Commit

Permalink
Move DB maintenance window to our SLA maintenance window
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Oct 23, 2024
1 parent 8487fe0 commit 15f4738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/template/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "azurerm_postgresql_flexible_server" "database" {
tenant_id = data.azurerm_client_config.current.tenant_id
}

maintenance_window { # Sunday at 5:00 AM UTC which is 0:00 AM EST or 1:00 AM EDT
maintenance_window { # Sunday at 12:00 UTC which is 7:00 AM EST or 8:00 AM EDT (around the time of our SLA's maintenance window)
day_of_week = 0
start_hour = 5
start_minute = 0
Expand Down

0 comments on commit 15f4738

Please sign in to comment.