Skip to content

Commit

Permalink
disable backup and set max_connections
Browse files Browse the repository at this point in the history
  • Loading branch information
dspeck1 committed Sep 12, 2024
1 parent 31aa9e7 commit 2101903
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ butler_registry_dp02_tier = "db-n1-standard-2"
butler_registry_dp02_require_ssl = false
butler_registry_dp02_disk_size = 700
butler_registry_dp02_database_flags = [
{ name = "max_connections", value = "400" },
{ name = "password_encryption", value = "scram-sha-256" }
]
butler_registry_dp02_ipv4_enabled = true
butler_registry_dp02_db_maintenance_window_day = 1
butler_registry_dp02_db_maintenance_window_hour = 23
butler_registry_dp02_db_maintenance_window_update_track = "stable"
butler_registry_dp02_backups_enabled = true
butler_registry_dp02_backups_enabled = false

# Science Platform Database

Expand Down

0 comments on commit 2101903

Please sign in to comment.