Skip to content

Commit

Permalink
Galera: Fix backup user privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Oct 11, 2024
1 parent 24a4025 commit 22e4e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/galera/tasks/cluster_nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
mysql_user:
name: "{{ mariadb_backup_user }}"
password: "{{ mariadb_backup_password }}"
priv: "*.*:RELOAD,PROCESS,LOCK TABLES,BINLOG MONITOR,CONNECTION ADMIN"
priv: "*.*:SELECT,RELOAD,PROCESS,LOCK TABLES,BINLOG MONITOR,CONNECTION ADMIN,SHOW VIEW"
state: present
login_user: root
login_password: "{{ mariadb_root_password }}"
Expand Down

0 comments on commit 22e4e53

Please sign in to comment.