Error message is incorrect
shunki-fujita opened this issue · 0 comments
shunki-fujita commented
Describe the bug
If the binlog backup fails, the following message is added to the warning:
"warnings": [
"failed to backup binary logs: failed to take a full dump: exit status 1"
],
This is a binlog backup failure, not full dump failure.
Lines 363 to 365 in bf0d148
Expected behavior
Outputs binlog backup failed.