[MDEV-26063] mariabackup: unknown option '--version-check' Created: 2021-07-01 Updated: 2021-08-30 Resolved: 2021-08-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup, Documentation, mariabackup |
| Affects Version/s: | 10.4.19 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Nguyen Hoang Anh Tu | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MariaDB 10.4.19 Docker official image, with Galera Cluster |
||
| Issue Links: |
|
||||||||
| Description |
|
When using mariabackup to create a backup, I used the option --version-check along with the command. The command looked similar to the following: The result of the command was: |
| Comments |
| Comment by Sergei Golubchik [ 2021-07-17 ] |
|
why did you use it? what result did you expect? |
| Comment by Elena Stepanova [ 2021-08-18 ] |
|
mariabackup used to have this option (inherited from xtrabackup, surely), but not anymore. If it did what is documented for Percona xtrabackup, then it indeed doesn't make sense for mariabackup:
So it was probably the right way to remove it, although not very backward-compatible. However, it is still documented in the KB, so it is a documentation bug to fix. |
| Comment by Ian Gilfillan [ 2021-08-24 ] |
|
I have removed ##version-check## from the page. ##no-version-check" is however still present. |