Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
27 changes: 27 additions & 0 deletions reference/tiflash/upgrade.md
Original file line number Diff line number Diff line change
@@ -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.