Skip to content

Commit

Permalink
Merge pull request #545 from lsst/tickets/DM-48170
Browse files Browse the repository at this point in the history
Update non-default (but extant in reality) variables for prod butler db
  • Loading branch information
athornton authored Dec 19, 2024
2 parents 9b6b282 + c2cbe89 commit 066340b
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,20 @@ butler_registry_database_flags = [
{ name = "password_encryption", value = "scram-sha-256" },
{ name = "max_connections", value = 400 }
]

# Butler Registry DP02
butler_registry_dp02_enable = false

butler_database_version = "POSTGRES_13"
butler_registry_ipv4_enabled = true
butler_registry_db_maintenance_window_update_track = "canary"
butler_registry_backups_enabled = true
butler_registry_backups_point_in_time_recovery_enabled = true

# Science Platform Database
science_platform_db_maintenance_window_day = 4
science_platform_db_maintenance_window_hour = 22
science_platform_backups_enabled = true

# Increase this number to force Terraform to update the prod environment.
# Serial: 5
# Serial: 6

0 comments on commit 066340b

Please sign in to comment.