Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
11.4.2
-
None
-
Arch Linux
Description
Working command for 11.3: `mariadb-dump --defaults-file=/root/.my.cnf nextcloud`
Working command for 11.4: `mariadb-dump --defaults-file=/root/.my.cnf --disable-ssl-verify-server-cert nextcloud`
Broken command for 11.4: `mariadb-dump --disable-ssl-verify-server-cert --defaults-file=/root/.my.cnf nextcloud`
`mariadb-dump: unknown variable 'defaults-file=/root/.my.cnf'`
It seems to me that `--disable-ssl-verify-server-cert` is expecting a shadow parameter?
Also the help page seems to suggest to use `skip` instead of `disable`?
```bash
[0] # mariadb-dump --help | grep ssl
--ssl-verify-server-cert
(Defaults to on; use --skip-ssl-verify-server-cert to disable.)
```