Skip to content
Snippets Groups Projects
Commit 1014451f authored by Lars Beckers's avatar Lars Beckers
Browse files

Merge branch 'mysql-backup-permissions' into 'master'

Give backup user required permissions on mysql

See merge request !6
parents d51e970e 9fbfc41b
Branches
No related tags found
1 merge request!6Give backup user required permissions on mysql
Pipeline #3840 passed
......@@ -31,7 +31,7 @@
mysql_user:
name: "{{ mysql_backup_user }}"
password: "{{ mysql_backup_password }}"
priv: "*.*:SELECT,LOCK TABLES"
priv: "*.*:SELECT,LOCK TABLES,SHOW VIEW,TRIGGER"
no_log: true
- name: ensure the backup procedure can access the backup password
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment