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

mariadb-dump: Ability to backup selected partitions only

    XMLWordPrintable

Details

    Description

      This JIRA task tracks PR 3891

      Description from PR

      This code adds ability to backup selected partition(s) by mariadb-dump by using --partition-separator=@ and then specifying partition name in table's name, eg. mytable1@p0,p1. There should be no side effects, support for selecting partition(s) is disabled by default.

      ./mariadb-dump -umyuser -pmypass -h127.0.0.1 mydatabase _test1@p0,p1 _test2@p0 --partition-separator=@
      

      TODO

      This approach needs to be validated as the correct use experience, then the implementation will be reviewed.

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              cvicentiu Vicențiu Ciorbaru
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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