[MDEV-30968] mariadb-backup does not copy Aria logs if aria_log_dir_path is used Created: 2023-03-30 Updated: 2023-07-03 Resolved: 2023-04-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | mariabackup |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11 |
| Fix Version/s: | 11.1.1, 10.11.3, 11.0.2, 10.4.29, 10.5.20, 10.6.13, 10.8.8, 10.9.6, 10.10.4 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
If I add `aria-log-dir-path` to my.cnf, e.g.:
start the server, then run maridb-backup --backup,
Notice, there are no Aria log files ^^^. These log files from a non-default directory did not get copied:
|
| Comments |
| Comment by Alexander Barkov [ 2023-04-14 ] |
|
Hello vlad.lesin, Can you please review a patch: Thanks. |
| Comment by Alexander Barkov [ 2023-04-17 ] |
|
Hello vlad.lesin, please review a new patch version: https://github.com/MariaDB/server/commit/fd3222bce583b55a512a24c1cd655798ad21d17a Thanks |
| Comment by Vladislav Lesin [ 2023-04-18 ] |
|
https://github.com/MariaDB/server/commit/fd3222bce583b55a512a24c1cd655798ad21d17a looks good to me |