Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
cloud
Merge requests
!411
Issue
#3238663
: Use Maria DB 10.5.12 for Single Instance CFn template.
代码
评审变更
检出分支
下载
补丁
文本差异
Closed
Issue
#3238663
: Use Maria DB 10.5.12 for Single Instance CFn template.
issue/cloud-3238663:3238663-use-maria-db
into
4.x
Overview
0
Commits
2
Pipelines
0
Changes
6
Closed
baldwinlouie
requested to merge
issue/cloud-3238663:3238663-use-maria-db
into
4.x
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Compare
4.x
version 1
82c7009b
3 years ago
4.x (base)
and
latest version
latest version
ee60c544
2 commits,
3 years ago
version 1
82c7009b
1 commit,
3 years ago
6 files
+
24
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
cfn/nested/database/template.yaml
+
2
−
2
Options
@@ -133,8 +133,8 @@ Resources:
DBInstanceClass
:
!Ref
RDSInstanceType
DBName
:
!Ref
DatabaseName
DBSubnetGroupName
:
!Ref
DbSubnetGroup
Engine
:
M
ySQL
EngineVersion
:
5.7.34
Engine
:
M
ariaDB
EngineVersion
:
10.5.12
MasterUsername
:
!Ref
MySQLUserName
MasterUserPassword
:
!Ref
MySQLPassword
Port
:
'
3306'
Loading