Skip to content

Commit

Permalink
Upgrade RDS Postgres to 10.19
Browse files Browse the repository at this point in the history
10.16 is now deprecated in favour of the newer minor releases for 10.
We should probably upgrade to 13/14 at some point but this kicks the can
down the road a little further
  • Loading branch information
andy-paine committed Mar 10, 2022
1 parent a665b25 commit 0a61160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/assets/aws/infrastructure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ resource "aws_db_instance" "default" {
port = 5432
engine = "postgres"
instance_class = "${var.rds_instance_class}"
engine_version = "10.16"
engine_version = "10.19"
auto_minor_version_upgrade = false
allow_major_version_upgrade = true
name = "${var.rds_default_database_name}"
Expand Down

0 comments on commit 0a61160

Please sign in to comment.