Skip to content

Commit

Permalink
Update MySQL engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Aug 12, 2024
1 parent da94be3 commit ee4c667
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion db/shared-apps-aurora-mysql/database-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Resources:
- general
- slowquery
Engine: aurora-mysql
EngineVersion: "8.0.mysql_aurora.3.03.1"
EngineVersion: "8.0.mysql_aurora.3.07.1"
GlobalClusterIdentifier: !If
- HasGlobalClusterIdentifier
- !Ref GlobalClusterIdentifier
Expand Down Expand Up @@ -193,6 +193,8 @@ Resources:

DbClusterSecurityGroup:
Type: AWS::EC2::SecurityGroup
DeletionPolicy: Retain
UpdateReplacePolicy: Retain
Properties:
GroupDescription: !Sub >-
Primary security group for the shared ${EnvironmentType} Aurora
Expand Down

0 comments on commit ee4c667

Please sign in to comment.