Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
Description
Mariabackup creates a few files of the form xtrabackup_*. e.g.:
$ ls -l backup/xtrabackup_*
|
-rw-r----- 1 root root 38 Mar 13 18:43 backup/xtrabackup_binlog_info
|
-rw-r--r-- 1 root root 25 Mar 13 18:44 backup/xtrabackup_binlog_pos_innodb
|
-rw-r----- 1 root root 99 Mar 13 18:44 backup/xtrabackup_checkpoints
|
-rw-r----- 1 root root 572 Mar 13 18:43 backup/xtrabackup_info
|
Maybe we should rename these to mariabackup_*?
Attachments
Issue Links
- causes
-
MDEV-34856 Galera Cluster upgrade from 11.0 to 11.1 fails, eventually leads to crash
-
- Closed
-
-
MDEV-36259 MariaDB-Backup >=11.1 still writes xtrabackup_binlog_pos_innodb
-
- Confirmed
-
- is part of
-
MDEV-30201 Remove MySQL names
-
- Open
-
- relates to
-
MDEV-14746 mariabackup doesn't read [mariabackup] option group in configuration file
-
- Closed
-
-
MDEV-18347 mariabackup doesn't read all server option groups from configuration files
-
- Closed
-
-
MDEV-18405 Add Mariabackup option to set gtid_slave_pos to original server's gtid_current_pos during prepare
-
- Stalled
-
-
MDEV-18917 Don't create xtrabackup_binlog_pos_innodb with Mariabackup
-
- Closed
-
-
MDEV-19246 Change database and table used for Mariabackup's history
-
- Closed
-
-
MDEV-18985 Remove support for XtraDB's changed page bitmap from Mariabackup in 10.2+
-
- Closed
-
-
MDEV-19264 Better support MariaDB GTID for Mariabackup's --slave-info option
-
- Closed
-
-
MDEV-20552 Remove innobackupex mode from Mariabackup
-
- Stalled
-
-
MDEV-20556 Remove references to "xtrabackup" and "innobackupex" executables in mariabackup option descriptions
-
- Closed
-
-
MDEV-30822 Adjust wsrep_sst_mariabackup.sh to understand both pre-MDEV-18931 and post-MDEV-18931 file naming
-
- Closed
-
As we are guaranteeing that one can move from ANY MariaDB version to ANY future version of MariaDB without any fuss, we can NEVER remove supporting the old names from the code. Not in 12.0 or later.