Skip to content

Commit 8f63b5d

Browse files
authored
Upgrade Postgres to 18.1 (#4513)
1 parent 55de16d commit 8f63b5d

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/applications/database

1 file changed

+1
-1
lines changed

infrastructure/applications/database/db.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resource "aws_db_instance" "database" {
99
engine = "postgres"
1010
identifier = "pythonit-${terraform.workspace}"
1111
allow_major_version_upgrade = true
12-
engine_version = "14.17"
12+
engine_version = "18.1"
1313
instance_class = "db.t4g.micro"
1414
db_name = local.is_prod ? "${local.normalized_workspace}backend" : "pycon"
1515
username = "root"

0 commit comments

Comments
 (0)