From a74abce2f514945909612d803b5cc2bab768ff0b Mon Sep 17 00:00:00 2001 From: doc-claw-bot Date: Fri, 10 Jul 2026 09:59:40 +0000 Subject: [PATCH 1/4] tidb-cloud: clarify backup behavior during data import and scaling --- tidb-cloud/backup-and-restore.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tidb-cloud/backup-and-restore.md b/tidb-cloud/backup-and-restore.md index 3adbaa87e4397..a702f12e51193 100644 --- a/tidb-cloud/backup-and-restore.md +++ b/tidb-cloud/backup-and-restore.md @@ -93,7 +93,8 @@ To configure the backup schedule for your TiDB Cloud Dedicated cluster, perform > **Note** > - > - Backup jobs are automatically delayed when data import jobs are in progress. **DO NOT** run manual backups during data import or cluster scaling. + > - During data import, automatic backup jobs are delayed. In addition, you cannot run manual backups during data import. + > - During cluster scaling, automatic backup jobs are delayed. If the delay exceeds 30 minutes, the backup is skipped. **DO NOT** run manual backups during cluster scaling. - In **Backup Retention**, configure the minimum backup data retention period. The default period is 7 days. To minimize the impact on business, it is recommended to schedule automatic backup during periods of low workloads. From b3dc5c865c2476792a5f29c9d351de7c696709aa Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Fri, 10 Jul 2026 18:05:42 +0800 Subject: [PATCH 2/4] Apply suggestions from code review Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- tidb-cloud/backup-and-restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/backup-and-restore.md b/tidb-cloud/backup-and-restore.md index a702f12e51193..7f4abdde33fa7 100644 --- a/tidb-cloud/backup-and-restore.md +++ b/tidb-cloud/backup-and-restore.md @@ -94,7 +94,7 @@ To configure the backup schedule for your TiDB Cloud Dedicated cluster, perform > **Note** > > - During data import, automatic backup jobs are delayed. In addition, you cannot run manual backups during data import. - > - During cluster scaling, automatic backup jobs are delayed. If the delay exceeds 30 minutes, the backup is skipped. **DO NOT** run manual backups during cluster scaling. + > - During cluster scaling, During cluster scaling, automatic backup jobs are delayed. If the delay exceeds 30 minutes, TiDB Cloud skips the backup. **DO NOT** run manual backups during cluster scaling. - In **Backup Retention**, configure the minimum backup data retention period. The default period is 7 days. To minimize the impact on business, it is recommended to schedule automatic backup during periods of low workloads. From 9796236d97447c0c131099a3caad33712dd39d6a Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Fri, 10 Jul 2026 18:07:03 +0800 Subject: [PATCH 3/4] Update tidb-cloud/backup-and-restore.md --- tidb-cloud/backup-and-restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/backup-and-restore.md b/tidb-cloud/backup-and-restore.md index 7f4abdde33fa7..0861c0b2732fe 100644 --- a/tidb-cloud/backup-and-restore.md +++ b/tidb-cloud/backup-and-restore.md @@ -94,7 +94,7 @@ To configure the backup schedule for your TiDB Cloud Dedicated cluster, perform > **Note** > > - During data import, automatic backup jobs are delayed. In addition, you cannot run manual backups during data import. - > - During cluster scaling, During cluster scaling, automatic backup jobs are delayed. If the delay exceeds 30 minutes, TiDB Cloud skips the backup. **DO NOT** run manual backups during cluster scaling. + > - During cluster scaling, automatic backup jobs are delayed. If the delay exceeds 30 minutes, TiDB Cloud skips the backup. **DO NOT** run manual backups during cluster scaling. - In **Backup Retention**, configure the minimum backup data retention period. The default period is 7 days. To minimize the impact on business, it is recommended to schedule automatic backup during periods of low workloads. From fc7f2dd25adc1ffe7c37d003dbcc232a0e0524ae Mon Sep 17 00:00:00 2001 From: doc-claw-bot Date: Fri, 10 Jul 2026 10:11:42 +0000 Subject: [PATCH 4/4] tidb-cloud: add scaling guidance for backup schedule --- tidb-cloud/backup-and-restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/backup-and-restore.md b/tidb-cloud/backup-and-restore.md index 0861c0b2732fe..01594b3742508 100644 --- a/tidb-cloud/backup-and-restore.md +++ b/tidb-cloud/backup-and-restore.md @@ -94,7 +94,7 @@ To configure the backup schedule for your TiDB Cloud Dedicated cluster, perform > **Note** > > - During data import, automatic backup jobs are delayed. In addition, you cannot run manual backups during data import. - > - During cluster scaling, automatic backup jobs are delayed. If the delay exceeds 30 minutes, TiDB Cloud skips the backup. **DO NOT** run manual backups during cluster scaling. + > - During cluster scaling, automatic backup jobs are delayed. If the delay exceeds 30 minutes, TiDB Cloud skips the backup. To help ensure scheduled backups run successfully, avoid frequent cluster scaling around the scheduled backup time. **DO NOT** run manual backups during cluster scaling. - In **Backup Retention**, configure the minimum backup data retention period. The default period is 7 days. To minimize the impact on business, it is recommended to schedule automatic backup during periods of low workloads.