今天例行巡检,检查DM任务状态,忽然出现弹出
failed:manifest timestamp.json has expired at 2026-07-26T11:18:30+08:00
按照惯例,在论坛查找解决方案 :
方案1 删除 .itup/manifests/ 下的文件 rm -rf *.json
然后继续检查状态 ,提示 Warn: invalid signature for file root.json: not enough signatures (2) for threshold 3 in root.json
Error: no trusted root in the local manifests
在检查上面删除目录,发现下面有了名字 3 456 的json文件。
恢复删除前状态
然后执行 curl --proto ‘=https’ --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | bash
提示 % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4710k 100 4710k 0 0 6143k 0 --:–:-- --:–:-- --:–:-- 6141k
Successfully set mirror to https://tiup-mirrors.pingcap.com
Detected shell: bash
Shell profile: /home/tidb/.bash_profile
Installed path: /home/tidb/.tiup/bin/tiup
Have a try: tiup playground
显示安装成功了。
重新执行状态检查命令
提示
![]()
再从论坛搜索就找不到答案了
【TiDB 使用环境】生产环境
【TiDB 版本】7.5.1
【部署方式】机器部署
