Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
None
Description
The "xbstream" utility from XtraBackup has been renamed to "mbstream" in MariaDB Backup:
[ec2-user@ip-172-30-0-58 ~]$ rpm -ql percona-xtrabackup-24 | grep stream
|
/usr/bin/xbstream
|
/usr/share/man/man1/xbstream.1.gz
|
[ec2-user@ip-172-30-0-58 ~]$ rpm -ql MariaDB-backup | grep stream
|
/usr/bin/mbstream
|
However, the mariabackup utility still expects the "xbstream" value for the --stream argument:
$ mariabackup --help
|
mariabackup based on MariaDB server 10.2.14-MariaDB Linux (x86_64)
|
Open source backup tool for InnoDB and XtraDB
|
...
|
--stream=name Stream all backup files to the standard output in the
|
specified format.Supported format is 'xbstream'.
|
...
|
Maybe it would make sense to change this value to "mbstream" as well?
Attachments
Issue Links
- relates to
-
MDEV-16883 MariaBackup very slow after upgrading from 10.2.14 to 10.3.8
- Closed
-
MDEV-17601 MariaDB Galera does not expect 'mbstream' as streamfmt in the [sst] section and defaults to non-default 'tar'
- Closed