Comments - Mariabackup Options

3 years, 10 months ago Dan Livingston

In your example for -defaults-extra-file, it has an example where both --defaults-extra-file *and* --defaults-file is specified. However, this does not appear to actually be possible (also, in your example, "defaults-extra-file" is misspelled):

$ mariabackup --backup \
      --defaults-file-extra=addition-config.cnf \
      --defaults-file=config.cnf

This results in competing errors:

    [00] FATAL ERROR: 2020-05-28 07:56:43 --defaults-file must be specified first on the command line
    [00] FATAL ERROR: 2020-05-28 07:55:40 --defaults-extra-file must be specified first on the command line
 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.