Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.4.19
-
Fix Version/s: N/A
-
Component/s: Backup, Documentation, mariabackup
-
Labels:None
-
Environment:MariaDB 10.4.19 Docker official image, with Galera Cluster
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:
/usr/bin/mariabackup --backup --user=<username> --password=<password> --galera-info --version-check --ssl --stream=xbstream | gzip - > /opt/backup/full/testbu.gz
The result of the command was:
/usr/bin/mariabackup: unknown option '--version-check'
Attachments
Issue Links
- relates to
-
MDEV-26505 Remove mariabackup --no-version-check option
-
- Open
-