[MDEV-4964] rpm missing requires for percona-xtrabackup Created: 2013-08-29 Updated: 2018-07-19 Resolved: 2018-07-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Galera SST |
| Affects Version/s: | 5.5.32-galera |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Joe Julian | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 6.4 |
||
| Description |
|
MariaDB-Galera-server-5.5.29-1.x86_64 is missing Requires for percona-xtrabackup |
| Comments |
| Comment by Elena Stepanova [ 2013-08-29 ] |
|
Hi, Could you please elaborate on it – why should the package require percona-xtrabackup? |
| Comment by Joe Julian [ 2013-08-29 ] |
|
The documented way to do SST is using xtrabackup: http://www.codership.com/wiki/doku.php?id=mysql_galera_configuration and that doesn't work without that percona-xtrabackup. It was pointed out to me on IRC after I filed this that it's not required for other SST methods. Perhaps this is only a documentation issue? |
| Comment by Elena Stepanova [ 2013-08-29 ] |
|
Actually, I don't even see much of a documented issue there, it's just an example of my.cnf file. There is a section which lists mandatory values, and it's called this way, but it's not about wsrep_sst_method, it can be different in your real configuration just as much as all other options (addresses, login/password, etc.) can. Further on the same page you can find the section wsrep_sst_method which redirects you to http://www.codership.com/wiki/doku.php?id=sst_mysql which describes possible values in more details. But thinking about it, I agree it should be mentioned that xtrabackup is actually a separate product and needs to be installed (as well as rsync, for that matter). |
| Comment by Elena Stepanova [ 2013-08-29 ] |
|
Seppo, Could you please consider updating documentation pages mentioned above to point out that xtrabackup is a separate product and needs to be installed in order to be used as an SST method? |
| Comment by Jan Lindström (Inactive) [ 2018-07-19 ] |
|
We can't introduce new package dependencies on GA-releases. xtrabackup is not the only way to do SST as you can use rsync and mysqldump also. Thus, if user prefers percona-xtrabackup there is already documentation how to install that from repositories. |