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

mariabackup ignores tables-file and completes without error and nothing is backed up

    XMLWordPrintable

Details

    • Can result in unexpected behaviour
    • The mariadb-backup --backup --tables-file option did not have the documented effect.

    Description

      mkdir -p /tmp/schema_transporter/stage/
      rm -fr /tmp/schema_transporter/stage/*
      mariadb < schema01.sql
       
      printf "schema01.PERSONS\nschema01.STAFF\n" > /tmp/mariabackup_tables_list.out
      /usr/bin/mariabackup --user=root --backup --tables-file=/tmp/mariabackup_tables_list.out --target-dir=/tmp/schema_transporter/stage
       
      find /tmp/schema_transporter/stage \( -name "STAFF*" -o -name "PERSONS*" \)
      # FILES ARE NOT THERE.
      

      I have tested this on 10.5.29 Community.
      I have tested this on 10.6.22 Community.
      I have tested this on 10.6.19 Community.
      I have tested this on 10.11.10 Community
      I have tested this on 10.11.11 Community.
      I have tested this on 11.4.4 Community.
      I have tested this on 11.4.5 Community.
      I have tested this on 11.8.1 Community.
      I have tested this on 11.8.2 Community.
      I have tested this on 10.6.21 Enterprise.
      I have tested this on 10.6.19 Enterprise.
      The bug is present in 10.6.22 Community.
      The bug is present in 10.11.11 Community.
      The bug is present in 11.4.5 Community.
      The bug is present in 11.8.1 Community.
      The bug is present in 11.8.2 Community.
      The bug is present in 10.6.21 Enterprise.

      Attachments

        Issue Links

          Activity

            People

              thiru Thirunarayanan Balathandayuthapani
              edward Edward Stoever
              Votes:
              0 Vote for this issue
              Watchers:
              4 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.