pingcap / dumpling

Dumpling is a fast, easy-to-use tool written by Go for dumping data from the database(MySQL, TiDB...) to local/cloud(S3, GCP...) in multifarious formats(SQL, CSV...).
Apache License 2.0
281 stars 85 forks source link

how can i dump data between two snapshots? #387

Closed lddlww closed 2 years ago

lddlww commented 2 years ago

Before asking a question, make sure you have

What is your question?

i mean does dumpling support dump incremental data?

lichunzhu commented 2 years ago

No, it doesn't. What kind of result do you want? Can BR incremental backup or replication tools like TiCDC/TiDB-Binlog satisfy your needs?

lddlww commented 2 years ago

i wanna dump incremental data from 4.0.2 to 5.2.1, seems TIDB-Binlog meet my requirement,thank you

i am going to close this issue now