From 2dc0ed8c024547b6748c489221e6b1c70dddc4bd Mon Sep 17 00:00:00 2001 From: Hanwen Date: Tue, 16 Jul 2024 10:30:18 -0700 Subject: [PATCH] Upgrade RDS DB cluster to 8.0.mysql_aurora.3.07.0 8.0.mysql_aurora.3.03.0 is reaching end of life on August 15, 2024. See https://docs.aws.amazon.com/AmazonRDS/latest/AuroraMySQLReleaseNotes/AuroraMySQL.Updates.30Updates.html Signed-off-by: Hanwen --- cloudformation/database/serverless-database.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudformation/database/serverless-database.yaml b/cloudformation/database/serverless-database.yaml index 18665bf40d..749401b8bf 100644 --- a/cloudformation/database/serverless-database.yaml +++ b/cloudformation/database/serverless-database.yaml @@ -268,7 +268,7 @@ Resources: Properties: DBClusterIdentifier: !Ref ClusterName Engine: "aurora-mysql" - EngineVersion: "8.0.mysql_aurora.3.03.0" + EngineVersion: "8.0" CopyTagsToSnapshot: true DBClusterParameterGroupName: !Ref AccountingClusterParameterGroup DBSubnetGroupName: !Ref AccountingClusterSubnetGroup