From 35c977f424193d71eb6684ecd5844fb61155c1bc Mon Sep 17 00:00:00 2001 From: Tian-T000 Date: Sun, 3 Aug 2025 00:20:25 +1000 Subject: [PATCH] postres 15.7 --- infra/deploy/database.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/deploy/database.tf b/infra/deploy/database.tf index aa1f8f3..9c2088a 100644 --- a/infra/deploy/database.tf +++ b/infra/deploy/database.tf @@ -36,7 +36,7 @@ resource "aws_db_instance" "main" { allocated_storage = 20 storage_type = "gp2" engine = "postgres" - engine_version = "15.4" + engine_version = "15.7" auto_minor_version_upgrade = true instance_class = "db.t4g.micro" username = var.db_username