From 6f475bc4c87238d445acdb676a7589f6ec81e639 Mon Sep 17 00:00:00 2001 From: Andreas Wittig Date: Fri, 5 Jul 2024 08:00:29 +0200 Subject: [PATCH] Upgrading to PostgreSQL 15 --- mastodon.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon.yaml b/mastodon.yaml index 23950c9..5de0ec0 100644 --- a/mastodon.yaml +++ b/mastodon.yaml @@ -141,7 +141,7 @@ Resources: DBBackupRetentionPeriod: !Ref DatabaseBackupRetentionPeriod DBMasterUsername: 'mastodon' DBMultiAZ: 'false' - EngineVersion: '14' + EngineVersion: '15' TemplateURL: './node_modules/@cfn-modules/rds-postgres/module.yml' Cluster: Type: 'AWS::CloudFormation::Stack'