Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: tiup list tidb查不到版本
[TiDB Usage Environment] Production Environment
[TiDB Version] v4.0.8
[Reproduction Path] During the upgrade to V7.1.1
[Encountered Problem: Problem Phenomenon and Impact]
[Resource Configuration] tiup list tidb
Cannot find the latest version upgrade v7.1.1, indicating that the version is not available
[Attachment: Screenshot/Log/Monitoring]
Configuration of tiup.toml
[root@iz2zeb2tplbz105py1xodoz ~]# cat ~/.tiup/tiup.toml
mirror = “/data/tidb-community-server-v4.0.8-linux-amd64”
The problem has been resolved.
Modify cat ~/.tiup/tiup.toml
mirror = “https://tiup-mirrors.pingcap.com”
Change to
After following the method in this post
curl --proto ‘=https’ --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh
You were probably using a local mirror before. You need to use a remote mirror to see all versions. The command tiup mirror set
for the official mirror should also work.
Hmm, maybe, it’s been too long.
You can also see this component if it is in the local image.
No, you can’t. To see all of them, you need to merge everything into the offline image, and you won’t be able to see the newly added versions either.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.