Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
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
Activity
Field | Original Value | New Value |
---|---|---|
Description |
This JIRA task tracks [PR 3891|https://github.com/MariaDB/server/pull/3891]
h2. Description 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. {code} ./mariadb-dump -umyuser -pmypass -h127.0.0.1 mydatabase _test1@p0,p1 _test2@p0 --partition-separator=@ {code} |
This JIRA task tracks [PR 3891|https://github.com/MariaDB/server/pull/3891]
h2. Description 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. {code} ./mariadb-dump -umyuser -pmypass -h127.0.0.1 mydatabase _test1@p0,p1 _test2@p0 --partition-separator=@ {code} |
Description |
This JIRA task tracks [PR 3891|https://github.com/MariaDB/server/pull/3891]
h2. Description 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. {code} ./mariadb-dump -umyuser -pmypass -h127.0.0.1 mydatabase _test1@p0,p1 _test2@p0 --partition-separator=@ {code} |
This JIRA task tracks [PR 3891|https://github.com/MariaDB/server/pull/3891]
h2. 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. {code} ./mariadb-dump -umyuser -pmypass -h127.0.0.1 mydatabase _test1@p0,p1 _test2@p0 --partition-separator=@ {code} h2. TODO This approach needs to be validated as the correct use experience, then the implementation will be reviewed. |
Component/s | Scripts & Clients [ 11002 ] |