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
2 changes: 1 addition & 1 deletion en/upgrade-a-tidb-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ During the rolling update, TiDB Operator automatically completes Leader transfer
## Preparations before upgrade

1. Refer to the [upgrade caveat](https://docs.pingcap.com/tidb/dev/upgrade-tidb-using-tiup#upgrade-caveat) to learn about the precautions. Note that all TiDB versions, including patch versions, currently do not support downgrade or rollback after upgrade.
2. Refer to [TiDB release notes](https://docs.pingcap.com/tidb/dev/release-notes) to learn about the compatibility changes in each intermediate version. If any changes affect your upgrade, take appropriate measures.
2. Refer to [TiDB release notes](https://docs.pingcap.com/releases/tidb-self-managed/) to learn about the compatibility changes in each intermediate version. If any changes affect your upgrade, take appropriate measures.

For example, if you upgrade from TiDB v6.4.0 to v6.5.2, you need to check the compatibility changes in the following versions:

Expand Down
8 changes: 4 additions & 4 deletions zh/upgrade-a-tidb-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Kubernetes 提供了[滚动更新功能](https://kubernetes.io/docs/tutorials/ku
## 升级前准备

1. 查阅[升级兼容性说明](https://docs.pingcap.com/zh/tidb/dev/upgrade-tidb-using-tiup#1-升级兼容性说明),了解升级的注意事项。注意包括补丁版本在内的所有 TiDB 版本目前暂不支持降级或升级后回退。
2. 查阅 [TiDB release notes](https://docs.pingcap.com/zh/tidb/dev/release-notes) 中各中间版本的兼容性变更。如果有任何变更影响到了你的升级,请采取相应的措施。
2. 查阅 [TiDB release notes](https://docs.pingcap.com/zh/releases/tidb-self-managed/) 中各中间版本的兼容性变更。如果有任何变更影响到了你的升级,请采取相应的措施。

例如,从 TiDB v6.4.0 升级至 v6.5.2 时,需查阅以下各版本的兼容性变更:

- TiDB v6.5.0 release notes 中的[兼容性变更](https://docs.pingcap.com/zh/tidb/dev/release-6.5.0#兼容性变更)和[废弃功能](https://docs.pingcap.com/zh/tidb/dev/release-6.5.0#废弃功能)
- TiDB v6.5.1 release notes 中的[兼容性变更](https://docs.pingcap.com/zh/tidb/dev/release-6.5.1#兼容性变更)
- TiDB v6.5.2 release notes 中的[兼容性变更](https://docs.pingcap.com/zh/tidb/dev/release-6.5.2#兼容性变更)
- TiDB v6.5.0 release notes 中的[兼容性变更](https://docs.pingcap.com/zh/tidb/stable/release-6.5.0#兼容性变更)和[废弃功能](https://docs.pingcap.com/zh/tidb/stable/release-6.5.0#废弃功能)
- TiDB v6.5.1 release notes 中的[兼容性变更](https://docs.pingcap.com/zh/tidb/stable/release-6.5.1#兼容性变更)
- TiDB v6.5.2 release notes 中的[兼容性变更](https://docs.pingcap.com/zh/tidb/stable/release-6.5.2#兼容性变更)

如果从 v6.3.0 或之前版本升级到 v6.5.2,也需要查看中间版本 release notes 中提到的兼容性变更信息。

Expand Down
Loading