Tiup list tidb cannot find version

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: tiup list tidb查不到版本

| username: Sarah

[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”

| username: Sarah | Original post link

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

| username: 啦啦啦啦啦 | Original post link

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.

| username: Fly-bird | Original post link

Network issue, perhaps.

| username: Sarah | Original post link

Hmm, maybe, it’s been too long.

| username: zhanggame1 | Original post link

You can also see this component if it is in the local image.

| username: 啦啦啦啦啦 | Original post link

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.

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.