Merge "Fix mariadb backup unable to create history table"
This commit is contained in:
commit
cffaa89831
@ -46,7 +46,7 @@
|
||||
name: "{{ mariadb_backup_database_user }}"
|
||||
password: "{{ mariadb_backup_database_password }}"
|
||||
host: "%"
|
||||
priv: "*.*:CREATE TABLESPACE,RELOAD,PROCESS,SUPER,LOCK TABLES,BINLOG MONITOR"
|
||||
priv: "*.*:CREATE TABLESPACE,RELOAD,PROCESS,SUPER,LOCK TABLES,BINLOG MONITOR/{{ mariadb_backup_database_schema }}.mariadb_backup_history:CREATE"
|
||||
append_privs: True
|
||||
when:
|
||||
- enable_mariabackup | bool
|
||||
|
6
releasenotes/notes/bug-2061889-f54e356f43c0fae3.yaml
Normal file
6
releasenotes/notes/bug-2061889-f54e356f43c0fae3.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes mariadb's backup failure due to missing `CREATE` privileges
|
||||
on the `mariadb_backup_history` table. `LP#2061889
|
||||
<https://bugs.launchpad.net/kolla-ansible/+bug/2061889>`__
|
Loading…
Reference in New Issue
Block a user