Skip to content
Snippets Groups Projects

Issue #3238663: Use Maria DB 10.5.12 for Single Instance CFn template.

Closed baldwinlouie requested to merge issue/cloud-3238663:3238663-use-maria-db into 4.x
6 files
+ 24
6
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -133,8 +133,8 @@ Resources:
DBInstanceClass: !Ref RDSInstanceType
DBName: !Ref DatabaseName
DBSubnetGroupName: !Ref DbSubnetGroup
Engine: MySQL
EngineVersion: 5.7.34
Engine: MariaDB
EngineVersion: 10.5.12
MasterUsername: !Ref MySQLUserName
MasterUserPassword: !Ref MySQLPassword
Port: '3306'
Loading