Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 使用 TiUP 离线镜像部署 DM 集群-文档错误

Documentation Error, please provide feedback according to the template below:
- Issue Category: Outdated information, Description error, Code error, Parameter error, Link error, Typographical error
- Page where the issue occurs: Link + Screenshot
- Error description:
Documentation Error, please provide feedback according to the template below:
-
Issue Category: Outdated information
-
Page where the issue occurs: Link + Screenshot
Link: Deploy a DM Cluster Using TiUP Offline | PingCAP Documentation Center
-
Error description:
In the latest version of tiup, using the tiup --version command no longer includes tiup content, so using tiup --version|grep ‘tiup’|awk -F ’ ’ ‘{print $1}’ to filter can no longer obtain the tiup version number.
Suggestion: Modify to --tiup=v$(tiup --version|head -1|awk -F ’ ’ ‘{print $1}’) --dm=v$(tiup --version|head -1|awk -F ’ ’ ‘{print $1}’)