mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(infra): Increase PG backups to 30 days (#8433)
These are currently 7. It would be good to have more retention here.
This commit is contained in:
@@ -75,7 +75,7 @@ resource "google_sql_database_instance" "master" {
|
||||
point_in_time_recovery_enabled = length(var.database_read_replica_locations) > 0 ? true : var.database_backups_enabled
|
||||
|
||||
backup_retention_settings {
|
||||
retained_backups = 7
|
||||
retained_backups = 30
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user