Skip to content

Commit

Permalink
docs: update smooth upgrade mode in tidb_http_api.md (#52757)
Browse files Browse the repository at this point in the history
close #52756
  • Loading branch information
zimulala authored Apr 19, 2024
1 parent 6ed747b commit 05422bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tidb_http_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ timezone.*
curl -X POST -d "transaction_summary_capacity={number}" http://{TiDBIP}:10080/settings
```
1. Send upgrade operations to the cluster. The operations here include `start`, `finish` and `show`.
1. The commands are used to handle smooth upgrade mode(refer to the [TiDB Smooth Upgrade](https://github.com/pingcap/docs/blob/4aa0b1d5078617cc06bd1957c5c93e86efb4668d/smooth-upgrade-tidb.md) for details) operations. We can send these upgrade operations to the cluster. The operations here include `start`, `finish` and `show`.
```shell
curl -X POST http://{TiDBIP}:10080/upgrade/{op}
Expand Down

0 comments on commit 05422bc

Please sign in to comment.