[MDEV-32224] Deprecated --innobackupex option causes wrong error messages Created: 2023-09-21 Updated: 2023-09-23 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 11.3.0 |
| Fix Version/s: | 11.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Timofey Turenko | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
it seems something is wrong with command line processing: if '--innobackupex' is at the end of command line mariadb-backup gives `unknown option` error:
if '--innobackupex' is the first argument mariadb-backup gives `Missing argument` error:
tested with https://mirrors.xtom.ee/mariadb//mariadb-11.3.0/bintar-linux-systemd-x86_64/mariadb-11.3.0-preview-linux-systemd-x86_64.tar.gz and Ubuntu Focal |