Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4, 10.8.3, 10.9.1, 10.10(EOL)
-
None
Description
The mariabackup SST script cannot properly handle SST on the joiner side if a non-standard filename is specified in the --innodb-buffer-pool-filename option. An example log file that shows that the received file is being copied to the destination directory under the original name ib_buffer_pool, and not under the name given with the option specified on the command line:
[01] 2022-06-28 01:04:42 Moving ./xtrabackup_info to /home/panda/mariadb-10.3/build/mysql-test/var/mysqld.2/data/xtrabackup_info
|
[01] 2022-06-28 01:04:42 ...done
|
[01] 2022-06-28 01:04:42 Moving ib_buffer_pool to /home/panda/mariadb-10.3/build/mysql-test/var/mysqld.2/innodb_data2/ib_buffer_pool
|
[01] 2022-06-28 01:04:42 ...done
|
[00] 2022-06-28 01:04:42 completed OK!
|
Attachments
Issue Links
- relates to
-
MDEV-27524 Incorrect binlogs after Galera SST using rsync and mariabackup
- Closed
-
MDEV-29591 nesting innodb subdirectories in datadir causes SST to fail
- Stalled
- split from
-
MDEV-28758 Mariabackup copies binary logs to backup directory
- Closed