Details
-
Type:
Bug
-
Status: In Review (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.5.5, 10.6.7
-
Fix Version/s: 10.5
-
Component/s: Backup, mariabackup
-
Labels:
-
Environment:Rhel 8.2 - 4.18.0-193.1.2.el8_2.x86_64
Description
mariabackup giving what appears to be a benign error regarding sst user rights during SST process.
[00] 2020-08-26 23:25:00 Warning: missing required privilege REPLICATION CLIENT on .
/usr/bin/mariabackup based on MariaDB server 10.5.5-MariaDB Linux (x86_64)
I believe mariadb still expects that REPLICATION CLIENT exist in the grants table when its been updated to BINLOG MONITOR per the documentation. I don't believe mariabackup attempts to check the new grant type.
Everything is functioning normally. Trivial bug but is misleading.
-Justin