diff --git a/tiproxy/tiproxy-overview.md b/tiproxy/tiproxy-overview.md index 25a08bf3d0b44..6753fef7d3a3a 100644 --- a/tiproxy/tiproxy-overview.md +++ b/tiproxy/tiproxy-overview.md @@ -204,6 +204,10 @@ If you need to upgrade TiProxy, add [`--tiproxy-version`](/tiup/tiup-component-c tiup cluster upgrade --tiproxy-version ``` +> **Note:** +> +> This command also upgrades and restarts the TiDB cluster, even if the cluster version does not change. + ### Restart the TiDB cluster When you restart the TiDB cluster using [`tiup cluster restart`](/tiup/tiup-component-cluster-restart.md), TiDB servers are not rolling restarted, which causes the client connection to be disconnected. Therefore, avoid using this command.