title |
---|
tiup cluster rename |
The cluster name is specified when the cluster is deployed. If you want to change the cluster name after the cluster is deployed, you can use the command tiup cluster rename
.
Note:
If the
dashboard_dir
field ofgrafana_servers
is configured for the TiUP cluster, after you execute the commandtiup cluster rename
to rename the cluster, the following additional steps are required:
- For the
*.json
files in the local dashboards directory, update thedatasource
field of each file to the new cluster name, because the value ofdatasource
must be the name of the cluster.- Execute the command
tiup cluster reload -R grafana
.
tiup cluster rename <old-cluster-name> <new-cluster-name> [flags]
<old-cluster-name>
: The old cluster name.<new-cluster-name>
: The new cluster name.
- Prints help information.
- Data type:
BOOLEAN
- This option is disabled by default with the
false
value. To enable this option, add this option to the command, and either pass thetrue
value or do not pass any value.
The execution log of the tiup-cluster.