[MDEV-21037] mariabackup does not detect multi-source replication slave Created: 2019-11-12 Updated: 2023-03-17 Resolved: 2022-04-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup, mariabackup |
| Affects Version/s: | 10.3.20 |
| Fix Version/s: | 10.2.44, 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4, 10.8.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Igor | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Ubuntu 18.04 dpkg -l | grep maria |
||
| Issue Links: |
|
||||||||
| Description |
|
I am running multi-source slave and trying to backup database with mariabackup. But mariabackup does not detect multi-source slave configuration ( i don't have default_master_connection configured, only named connections) [00] 2019-11-12 12:02:48 Failed to get master binlog coordinates from SHOW SLAVE STATUS.This means that the server is not a replication slave. Ignoring the --slave-info option [00] 2019-11-12 12:02:48 Compressing xtrabackup_binlog_info [00] 2019-11-12 12:02:48 >> log scanned up to (587723317367) |
| Comments |
| Comment by Vladislav Vaintroub [ 2021-04-02 ] |
|
greenny380, what is the actual problem? Is backup functionality affected in any way? |
| Comment by Alexander Barkov [ 2022-04-19 ] |
|
Elkin, please review a patch for this bug. |
| Comment by Alexander Barkov [ 2022-04-25 ] |
|
Hello Elkin, please review an updated patch: https://github.com/MariaDB/server/commit/40a5962a89139bd081c8e6221158156dd4554128 Thanks. |