From dc7cff15ce6c5b99bc262fab7688a3c6625885f7 Mon Sep 17 00:00:00 2001 From: Ran Date: Thu, 9 Apr 2020 19:52:30 +0800 Subject: [PATCH] tiflash: add upgrade doc for 4.0 (#2225) --- TOC.md | 1 + reference/tiflash/upgrade.md | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 reference/tiflash/upgrade.md diff --git a/TOC.md b/TOC.md index fa28813d08774..f7ddc23396bfe 100644 --- a/TOC.md +++ b/TOC.md @@ -315,6 +315,7 @@ - [Maintain a TiFlash Cluster](/reference/tiflash/maintain.md) - [Monitor TiFlash](/reference/tiflash/monitor.md) - [Scale TiFlash](/reference/tiflash/scale.md) + - [Upgrade TiFlash Nodes](/reference/tiflash/upgrade.md) - [Configure TiFlash](/reference/tiflash/configuration.md) + TiDB Binlog - [Overview](/reference/tidb-binlog/overview.md) diff --git a/reference/tiflash/upgrade.md b/reference/tiflash/upgrade.md new file mode 100644 index 0000000000000..603548f94577f --- /dev/null +++ b/reference/tiflash/upgrade.md @@ -0,0 +1,27 @@ +--- +title: Upgrade TiFlash Nodes +summary: Learn how to upgrade TiFlash nodes. +category: reference +--- + +# Upgrade TiFlash Nodes + +Before the upgrade, make sure that the cluster is started. To upgrade TiFlash nodes, take the following steps: + +1. Run the upgrade command: + + {{< copyable "shell-regular" >}} + + ```shell + tiup cluster upgrade test v4.0.0-rc + ``` + +2. View the cluster status: + + {{< copyable "shell-regular" >}} + + ```shell + tiup cluster display test + ``` + +3. Access the monitoring platform using your browser, and view the status of the cluster.