[MDEV-30564] Misleading error message if mariadb-backup --decompress option is in use Created: 2023-02-03 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Backup, Documentation |
| Affects Version/s: | 10.6.11 |
| Fix Version/s: | 10.6, 10.11 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Timofey Turenko | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
if mariadb-backup gets --prepare and --decompress options simultaneously it gives misleading error "--decompress and --apply-log are mutually exclusive"
There is no --apply-log in the command btw, --apply-log and --prepare docs are also a bit misleading - see MDEV-29885 |