Skip to content
Snippets Groups Projects

Give backup user required permissions on mysql

Merged Robin Sonnabend requested to merge mysql-backup-permissions into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading