Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TiDB Binlog backup not works on stability test #540

Closed
weekface opened this issue May 30, 2019 · 0 comments · Fixed by #534
Closed

TiDB Binlog backup not works on stability test #540

weekface opened this issue May 30, 2019 · 0 comments · Fixed by #534
Labels
test/stability stability tests type/bug Something isn't working

Comments

@weekface
Copy link
Contributor

weekface commented May 30, 2019

Now the operation steps are:

  • stop insert data into the source TiDB cluster
  • deploy ad-hoc backup
  • restore from the backup to a new TiDB cluster
  • ensure the data is correct
  • deploy the incremental backup (pump and drainer)
  • ensure the data is correct again

The correct operation steps should be:

  • don't stop insert data into the source TiDB cluster
  • deploy the incremental backup (only pump)
  • deploy ad-hoc backup and get the TS from this backup logs
  • restore from the backup to a new TiDB cluster
  • deploy the incremental backup (pump and drainer with TS)
  • stop insert data into the source TiDB cluster
  • ensure the data is correct in the final
@weekface weekface added type/bug Something isn't working test/stability stability tests labels May 30, 2019
yahonda pushed a commit that referenced this issue Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test/stability stability tests type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant