From b458849a43de305918165cba786d93fc4f4098f7 Mon Sep 17 00:00:00 2001 From: Aolin Date: Tue, 11 Nov 2025 15:24:48 +0800 Subject: [PATCH 1/2] cloud: add release notes for 20251111 --- tidb-cloud/tidb-cloud-release-notes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index f0ce7c95f3fb4..78ac7dcd654e1 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -8,6 +8,18 @@ aliases: ['/tidbcloud/supported-tidb-versions','/tidbcloud/release-notes'] This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-cloud/) in 2025. +## November 11, 2025 + +**General changes** + +- **TiDB Cloud Dedicated** + + - When you restore a [TiDB Cloud Dedicated](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) cluster from a backup, you can now select the node storage type, such as [Standard storage](/tidb-cloud/size-your-cluster.md#standard-storage), instead of using the default storage type. + + This feature enables you to restore the original configuration exactly or choose a different storage type that better meets your needs. + + For more information, see [Restore data to a new cluster](/tidb-cloud/backup-and-restore.md#restore-data-to-a-new-cluster). + ## November 4, 2025 **General changes** From e0ea04dcb557481e163f4dcf72cc7cb151756969 Mon Sep 17 00:00:00 2001 From: Aolin Date: Tue, 11 Nov 2025 15:50:58 +0800 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Grace Cai --- tidb-cloud/tidb-cloud-release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tidb-cloud/tidb-cloud-release-notes.md b/tidb-cloud/tidb-cloud-release-notes.md index 78ac7dcd654e1..35004be62357e 100644 --- a/tidb-cloud/tidb-cloud-release-notes.md +++ b/tidb-cloud/tidb-cloud-release-notes.md @@ -14,9 +14,9 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c - **TiDB Cloud Dedicated** - - When you restore a [TiDB Cloud Dedicated](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) cluster from a backup, you can now select the node storage type, such as [Standard storage](/tidb-cloud/size-your-cluster.md#standard-storage), instead of using the default storage type. + - When you restore a [TiDB Cloud Dedicated](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) cluster from a backup to a new cluster, you can now select a node storage type for the new cluster, such as [Standard storage](/tidb-cloud/size-your-cluster.md#standard-storage), instead of using the default storage type. - This feature enables you to restore the original configuration exactly or choose a different storage type that better meets your needs. + This feature enables you to either restore the original configuration exactly or choose a different storage type that better meets your needs. For more information, see [Restore data to a new cluster](/tidb-cloud/backup-and-restore.md#restore-data-to-a-new-cluster).