Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
databases
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
databases
Merge requests
!6
Give backup user required permissions on mysql
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Give backup user required permissions on mysql
mysql-backup-permissions
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Robin Sonnabend
requested to merge
mysql-backup-permissions
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
0
0
Merge request reports
Viewing commit
9fbfc41b
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9fbfc41b
Give backup user required permissions on mysql
· 9fbfc41b
Robin Sonnabend
authored
3 years ago
mysql/tasks/main.yml
+
1
−
1
View file @ 9fbfc41b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -31,7 +31,7 @@
@@ -31,7 +31,7 @@
mysql_user
:
mysql_user
:
name
:
"
{{
mysql_backup_user
}}"
name
:
"
{{
mysql_backup_user
}}"
password
:
"
{{
mysql_backup_password
}}"
password
:
"
{{
mysql_backup_password
}}"
priv
:
"
*.*:SELECT,LOCK
TABLES"
priv
:
"
*.*:SELECT,LOCK
TABLES
,SHOW
VIEW,TRIGGER
"
no_log
:
true
no_log
:
true
-
name
:
ensure the backup procedure can access the backup password
-
name
:
ensure the backup procedure can access the backup password
Loading