[MDEV-26370] Documentation on some mariabackup options is missing details Created: 2021-08-15 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Documentation, mariabackup |
| Affects Version/s: | None |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Valerii Kravchuk | Assignee: | Ian Gilfillan |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Description |
|
Our KB does not provide enough details (like range of values or default value) for some options of mariabackup. Consider --use-memory: https://mariadb.com/kb/en/mariabackup-options/#-use-memory It says nothing about acceptable range of values and default value. One can find out it's 100M by default in the code: or just test:
but this should be clearly and explicitly documented. As a side note, Enterprise Documentation also says nothing useful about this option. |