Skip to content
Snippets Groups Projects
Commit 9fbfc41b authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Give backup user required permissions on mysql

parent d51e970e
No related branches found
No related tags found
1 merge request!6Give backup user required permissions on mysql
Pipeline #3830 passed
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
......@@ -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