Skip to content

Commit

Permalink
Update component stopping order (pingcap#7904)
Browse files Browse the repository at this point in the history
  • Loading branch information
shichun-0415 authored Dec 17, 2021
1 parent 2857ef7 commit 30cd9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maintain-tidb-using-tiup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tiup cluster list

## 启动集群

启动集群操作会按 PD -> TiKV -> Pump -> TiDB -> TiFlash -> Drainer -> TiCDC -> Prometheus -> Grafana -> Alertmanager 的顺序启动整个 TiDB 集群所有组件:
启动集群操作会按 PD -> TiKV -> Pump -> TiDB -> TiFlash -> Drainer -> TiCDC -> Prometheus -> Grafana -> Alertmanager 的顺序启动整个 TiDB 集群所有组件:

{{< copyable "shell-regular" >}}

Expand Down Expand Up @@ -186,7 +186,7 @@ tiup cluster rename ${cluster-name} ${new-name}
## 关闭集群

关闭集群操作会按 Drainer -> TiFlash -> TiDB -> Pump -> TiKV -> PD 的顺序关闭整个 TiDB 集群所有组件(同时也会关闭监控组件):
关闭集群操作会按 Alertmanager -> Grafana -> Prometheus -> TiCDC -> Drainer -> TiFlash -> TiDB -> Pump -> TiKV -> PD 的顺序关闭整个 TiDB 集群所有组件(同时也会关闭监控组件):

{{< copyable "shell-regular" >}}

Expand Down

0 comments on commit 30cd9c9

Please sign in to comment.