Skip to content

Commit 2a2be29

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
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 <hanwenli@amazon.com>
1 parent 8cd19cb commit 2a2be29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/database/serverless-database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Resources:
268268
Properties:
269269
DBClusterIdentifier: !Ref ClusterName
270270
Engine: "aurora-mysql"
271-
EngineVersion: "8.0.mysql_aurora.3.03.0"
271+
EngineVersion: "8.0"
272272
CopyTagsToSnapshot: true
273273
DBClusterParameterGroupName: !Ref AccountingClusterParameterGroup
274274
DBSubnetGroupName: !Ref AccountingClusterSubnetGroup

0 commit comments

Comments
 (0)