This is a known bug of TiUP, which is fixed in TiUP v1.3.2. The following are two solutions to this issue:
- Solution one:
- Upgrade TiUP to a later version using the command
tiup update --self && tiup update dm. - Scale in and then scale out Grafana nodes in the cluster to restart the Grafana service.
- Upgrade TiUP to a later version using the command
- Solution two:
- Back up the
deploy/grafana-$port/bin/publicfolder. - Download the TiUP DM offline package and unpack it.
- Unpack the
grafana-v4.0.3-**.tar.gzin the offline package. - Replace the folder
deploy/grafana-$port/bin/publicwith thepublicfolder ingrafana-v4.0.3-**.tar.gz. - Execute
tiup dm restart $cluster_name -R grafanato restart the Grafana service.
- Back up the