tidb 数据迁移报错

v6.2.0
在用tidb-lightning工具导入数据,强制中断导入,后重新导入出现下面错误,执行tidb-lightning-ctl
没有看到这个命令

[ERROR] [restore.go:456] [“run failed”] [step=2] [error="[Lightning:PreCheck:ErrPreCheckFailed]tidb-lightning pre-check failed: TiDB Lightning has detected tables with illegal checkpoints. To prevent data loss, this run will stop now,please run command "./tidb-lightning-ctl --check
point-remove=’account.acc013t0’ --config=…"You may also run ./tidb-lightning-ctl --checkpoint-error-destroy=all --config=... to start from scratch,For details of this failure, read the log file from the PREVIOUS run\ TiDB Lightning has detected tables with illegal checkpoints. To prevent data loss, this ru
n will stop now,please run command "./tidb-lightning-ctl --checkpoint-remove=’account.acc015t0’ --config=…"You may also run ./tidb-lightning-ctl --checkpoint-error-destroy=all --config=... to start from scratch,For details of this failure, read the log file from the PREVIOUS run\ TiDB Lightning has detect
ed tables with illegal checkpoints. To prevent data loss, this run will stop now,please run command "./tidb-lightning-ctl --checkpoint-remove=’account.acc014t0’ --config=…"You may also run ./tidb-lightning-ctl --checkpoint-error-destroy=all --config=... to start from scratch,For details of this failure, r
ead the log file from the PREVIOUS run\ TiDB Lightning has detected tables with illegal checkpoints. To prevent data loss, this run will stop now,please run command

看日志 你之前强制中断了, 导致进程非正常结束的,现在要求你执行check

需要将之前的 东西删掉

让运行check

断点续传,清理断点数据,查看断点续传文档