apache / shardingsphere-on-cloud

A collection of tools and best practices to take ShardingSphere into the cloud
Apache License 2.0
83 stars 28 forks source link

🐞 bug: There are multiple backup records with the same CSN in PITR, Only ID can be used for recovery #476

Closed peilinqian closed 9 months ago

peilinqian commented 9 months ago

Environment

Issue description

There are multiple backup records with the same CSN in PITR, Only ID can be used for recovery

Error log

Expected result

No response

mlycore commented 9 months ago

This is fixed in PR #467 . Generally there should not contain the same CSN in two different PITR backups. It sill add a way that user should using param --id if there are confusing CSNs as an exception handler.