Skip to content

Commit

Permalink
Merge branch 'digital-ocean-th' of github.com:ooni/devops into digita…
Browse files Browse the repository at this point in the history
…l-ocean-th

* 'digital-ocean-th' of github.com:ooni/devops:
  fix: prevent postgresql downgrade
  • Loading branch information
hellais committed Sep 24, 2024
2 parents f31787f + e311d9b commit 5af2063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/modules/postgresql/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ variable "db_max_allocated_storage" {
}

variable "db_engine_version" {
default = "16.1"
default = "16.3"
}

variable "db_parameter_group" {
Expand Down

0 comments on commit 5af2063

Please sign in to comment.