From c257bbe7066f3ad3368a04e1922f096171ebcd78 Mon Sep 17 00:00:00 2001 From: Aolin Date: Wed, 18 Feb 2026 09:45:28 +0800 Subject: [PATCH 1/2] update TiDB Self-Managed release notes links --- en/upgrade-a-tidb-cluster.md | 2 +- zh/upgrade-a-tidb-cluster.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/en/upgrade-a-tidb-cluster.md b/en/upgrade-a-tidb-cluster.md index 5a31ebb14f..d1435a67de 100644 --- a/en/upgrade-a-tidb-cluster.md +++ b/en/upgrade-a-tidb-cluster.md @@ -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/tidb/stable/release-notes) 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: diff --git a/zh/upgrade-a-tidb-cluster.md b/zh/upgrade-a-tidb-cluster.md index e291272e34..7595a5e7cc 100644 --- a/zh/upgrade-a-tidb-cluster.md +++ b/zh/upgrade-a-tidb-cluster.md @@ -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/tidb/stable/release-notes) 中各中间版本的兼容性变更。如果有任何变更影响到了你的升级,请采取相应的措施。 例如,从 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 中提到的兼容性变更信息。 From 86959af32c3eead0cd41da550dd344e0ecb8d68c Mon Sep 17 00:00:00 2001 From: Aolin Date: Wed, 18 Feb 2026 09:49:46 +0800 Subject: [PATCH 2/2] Apply suggestions from code review --- en/upgrade-a-tidb-cluster.md | 2 +- zh/upgrade-a-tidb-cluster.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/upgrade-a-tidb-cluster.md b/en/upgrade-a-tidb-cluster.md index d1435a67de..6b6f04eee1 100644 --- a/en/upgrade-a-tidb-cluster.md +++ b/en/upgrade-a-tidb-cluster.md @@ -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/stable/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: diff --git a/zh/upgrade-a-tidb-cluster.md b/zh/upgrade-a-tidb-cluster.md index 7595a5e7cc..ccf13064d8 100644 --- a/zh/upgrade-a-tidb-cluster.md +++ b/zh/upgrade-a-tidb-cluster.md @@ -28,7 +28,7 @@ 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/stable/release-notes) 中各中间版本的兼容性变更。如果有任何变更影响到了你的升级,请采取相应的措施。 +2. 查阅 [TiDB release notes](https://docs.pingcap.com/zh/releases/tidb-self-managed/) 中各中间版本的兼容性变更。如果有任何变更影响到了你的升级,请采取相应的措施。 例如,从 TiDB v6.4.0 升级至 v6.5.2 时,需查阅以下各版本的兼容性变更: