TiDB Single Node Deployment Failure

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

Original topic: tidb单机部署失败

| username: TiDBer_g3thxvDy

[TiDB Usage Environment] Production Environment / Testing / PoC
[TiDB Version] tidb-community-server-v6.5.2-linux-amd64.tar
[Reproduction Path] tiup cluster deploy tidb-test v6.3.0 ./topology.yaml --user tidb -p Cluster tidb-test
[Encountered Problem: Phenomenon and Impact] Deployment of single-node cluster failed using the above command
[Resource Configuration] Enter TiDB Dashboard - Cluster Info - Hosts and take a screenshot of this page
[Attachment: Screenshot/Logs/Monitoring]

| username: WalterWj | Original post link

Your 652 package for next week, installing version 630, is it normal if it can’t be installed?

| username: TiDBer_g3thxvDy | Original post link

Why does version 630 appear? I haven’t uploaded this installation package.

| username: TiDBer_g3thxvDy | Original post link

The command was copied without looking carefully, sigh.

| username: zhanggame1 | Original post link

Isn’t this indicating that the version wasn’t found? Try switching to version v6.5.2.
Also, use root for installation, there’s no need to create a tidb user manually, it will be created automatically.
Install it like this:

tiup cluster deploy tidb-test v6.5.2 ./topology.yaml --user root -p
| username: zhanggame1 | Original post link

Before installation, check and repair with the command:
tiup cluster check ./topology.yaml --apply --user root -p

| username: TiDBer_21wZg5fm | Original post link

Getting ready for deployment, learned a lot.

| username: DBAER | Original post link

The version is incorrect. Keep it the same as the downloaded package.

| username: dba远航 | Original post link

Version not found

| username: TiDBer_QYr0vohO | Original post link

The version is incorrect.

| username: 友利奈绪 | Original post link

Before installation, check the version. To prevent other issues, it is recommended to delete everything and redeploy.

| username: kelvin | Original post link

It should be a version issue. You can check it first before installing.

| username: yytest | Original post link

Let’s see if using the tiup tool for deployment will be successful.

| username: TiDBer_YEiZUU1X | Original post link

Hello, was the issue resolved in the end?

| username: 健康的腰间盘 | Original post link

The playground is quite convenient.

| username: Jack-li | Original post link

Confirm the version before installation.

| username: yytest | Original post link

Indeed, the wrong version was selected. Fix it before installation.