From c39178430a85bf10c87610c778974a01535caf2e Mon Sep 17 00:00:00 2001 From: Aashish Kohli Date: Mon, 4 Aug 2025 14:26:47 -0700 Subject: [PATCH] Update overview.md Clarified default backup policy and added a note for legacy plans so we can retire this PPv2 FAQ page: https://clickhouse.com/docs/cloud/manage/jan-2025-faq/backup --- docs/cloud/manage/backups/overview.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/cloud/manage/backups/overview.md b/docs/cloud/manage/backups/overview.md index 30124414b2a..6813c2a68ea 100644 --- a/docs/cloud/manage/backups/overview.md +++ b/docs/cloud/manage/backups/overview.md @@ -34,7 +34,7 @@ On Day 1, a full backup is taken to start the backup chain. On Day 2, an increme ## Default backup policy {#default-backup-policy} -In the Basic, Scale, and Enterprise tiers, backups are metered and billed separately from storage. All services will default to one backup with the ability to configure more, starting with the Scale tier, via the Settings tab of the Cloud console. +In the Basic, Scale, and Enterprise tiers, backups are metered and billed separately from storage. All services will default to one daily backup with the ability to configure more, starting with the Scale tier, via the Settings tab of the Cloud console. Each backup will be retained for at least 24 hours. ## Backup status list {#backup-status-list} @@ -169,6 +169,10 @@ SYNC SETTINGS max_table_size_to_drop=2097152 -- increases the limit to 2TB ``` ::: +:::note +Legacy Plans: For customers on legacy plans, default daily backups retained for 24 hours, are included in the storage cost. +::: + ## Configurable backups {#configurable-backups} If you want to set up a backups schedule different from the default backup schedule, take a look at [Configurable Backups](./configurable-backups.md).