Skip to content

Commit 955f718

Browse files
authored
Update upgrade-tidb-using-tiup.md
1 parent db4514d commit 955f718

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

upgrade-tidb-using-tiup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ tiup cluster upgrade <cluster-name> v8.5.0
208208
> **Note:**
209209
>
210210
> + An online upgrade follows TiUP's fixed component upgrade order. Within each component type, instances are upgraded one by one in a rolling manner:
211+
>
211212
> + **TiFlash**: TiFlash is always upgraded first. If the cluster contains TiFlash, TiUP performs a rolling upgrade of all TiFlash instances before proceeding to other components (such as PD, TiKV, and TiDB). Component types that are not deployed in the cluster are skipped.
212213
> + **TiKV**: During the TiKV upgrade, TiUP evicts all Region leaders from a TiKV store through PD before stopping the instance. The default timeout for leader transfer is 5 minutes (300 seconds). If the timeout is reached, TiUP stops the instance directly without waiting for the leader eviction to complete.
213214
>

0 commit comments

Comments
 (0)