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
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment