Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-34289

mariadb-dump: `--disable-ssl-verify-server-cert` expects a positional parameter

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Not a Bug
    • 11.4.2
    • N/A
    • Scripts & Clients
    • 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.)
      ```

      Attachments

        Activity

          People

            Unassigned Unassigned
            C0rn3j Martin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.