Skip to content

Update overview.md #4222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 5 additions & 1 deletion docs/cloud/manage/backups/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

## 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.

Check warning on line 37 in docs/cloud/manage/backups/overview.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.FutureTense

Instead of future tense 'will be', use present tense.

Check warning on line 37 in docs/cloud/manage/backups/overview.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.FutureTense

Instead of future tense 'will default', use present tense.

Check warning on line 37 in docs/cloud/manage/backups/overview.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.OxfordComma

Use a comma before the last 'and' or 'or' in a list of four or more items.

## Backup status list {#backup-status-list}

Expand Down Expand Up @@ -169,6 +169,10 @@
```
:::

:::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).
Expand Down