[MDEV-21298] mariabackup doesn't read from the [mariadbd] and [mariadbd-X.Y] server option groups from configuration files Created: 2019-12-12 Updated: 2022-03-24 Resolved: 2020-06-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Configuration, mariabackup |
| Affects Version/s: | 10.4.11, 10.5.0 |
| Fix Version/s: | 10.5.4, 10.4.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Vladislav Lesin |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | configuration, mariabackup, my.cnf | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||
| Description |
|
Since For example, compare include/mysqld_default_groups.h:
https://github.com/MariaDB/server/blob/mariadb-10.4.11/include/mysqld_default_groups.h And extra/mariabackup/xtrabackup.cc:
https://github.com/MariaDB/server/blob/mariadb-10.4.11/extra/mariabackup/xtrabackup.cc#L1577 Also see the documentation: https://mariadb.com/kb/en/library/configuring-mariadb-with-option-files/#server-option-groups https://mariadb.com/kb/en/library/mariabackup-overview/#server-option-groups |
| Comments |
| Comment by Vladislav Lesin [ 2020-06-09 ] |
|
The same code is changed during the work on |