[MDEV-12841] mariabackup doesn't honor aria_log_dir_path Created: 2017-05-19 Updated: 2021-07-05 Resolved: 2021-07-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup |
| Affects Version/s: | 10.1.23 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Andrii Nikitin (Inactive) | Assignee: | Michael Widenius |
| Resolution: | Won't Fix | Votes: | 1 |
| Labels: | None | ||
| Sprint: | 10.1.29 |
| Description |
|
mariabackup doesn't take into consideration aria_log_dir_path , so aria logs in non-default locations may be missing in backup Verified by examining source code - backup of aria_log* files is implemented only in the top level of datadir |
| Comments |
| Comment by Vladislav Vaintroub [ 2017-11-08 ] |
|
I downgrade the priority to Minor, because a) backup works even without aria logs, as proven by Xtrabackup, and b) the setting is quite exotic, to the point that it is not even a proper variable (e.g not shown by "show variables", although it is properly handled if put into my.ini/cnf or command line) |