Skip to content

Commit

Permalink
Upgrade RDS DB cluster to 8.0.mysql_aurora.3.07.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hanwen-cluster committed Jul 17, 2024
1 parent 8cd19cb commit 2dc0ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/database/serverless-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2dc0ed8

Please sign in to comment.