[MDEV-19815] mariabackup SST method doesn't work after 10.4 upgrade Created: 2019-06-20 Updated: 2021-12-23 Resolved: 2021-12-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera SST |
| Affects Version/s: | 10.4 |
| Fix Version/s: | 10.4.23 |
| Type: | Bug | Priority: | Major |
| Reporter: | Ranjan Ghosh | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Description |
|
The 10.3 => 10.4 upgrade has simply been a terrible experience so far https://mariadb.com/kb/en/library/mariabackup-sst-method/ It says that you are supposed to be able to use a socket authentication without any password. Great. I did this: Now, when I try to start the joiner, it fails: Not very helpful |
| Comments |
| Comment by Ranjan Ghosh [ 2019-06-21 ] |
|
Okay, I finally figured this out: On the donor node the APT package "mariadb-backup" wasn't installed so mariabackup wasn't available. Actually a simple and very stupid bug. Sigh. Still, I think that the error message "Operation not permitted" is extremely misleading for such a probably common and easy-to-make mistake. Why doesn't the SST script check whether the mariabackup command is available and say so? This would have saved my lots of hours of searching. |