Error with the tiup reload command

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

Original topic: tiup reload 命令报错

| username: TiDBer_RQobNXGv

After modifying the parameters in TiDB, using tiup cluster reload airport-tidb-pro --transfer-timeout 3600 results in an error. Please help.

| username: Billmay表妹 | Original post link

According to the documentation, the correct syntax for reloading the configuration of a TiDB cluster with TiUP is:

tiup cluster reload <cluster-name> [options]

So, to reload the configuration of the airport-tidb-pro cluster with the --transfer-timeout parameter, you should use the following command:

tiup cluster reload airport-tidb-pro --transfer-timeout=3600

Note that the = sign is required to assign the value to the --transfer-timeout parameter.

| username: TiDBer_RQobNXGv | Original post link

I tried it but it didn’t work, it’s still giving an error. The error is a bit different now, take a look.

| username: Kongdom | Original post link

It should be a question

| username: TiDBer_RQobNXGv | Original post link

Is there a solution?

| username: xingzhenxiang | Original post link

It looks like an SCP issue with no permissions. First, manually check if SSH-related operations can be completed manually.

| username: TiDBer_RQobNXGv | Original post link

The passwordless login for the 192.168.35.55 server has failed.

| username: Kongdom | Original post link

Resetting the password-free setting should work.

| username: xingzhenxiang | Original post link

Resetting the password. If you want to avoid this issue, don’t set an expiration time.