Skip to content

Commit 279b2a7

Browse files
authored
Update backups.md
Made 2 changes: 1. Removed "note" at top of page to not use backup/restore commands. These commands are the way by which we are asking customers to use BYOB (bring your own bucket) feature. 2. Removed last line from "Default backup Policy" (There is no cost for default backups in ClickHouse Cloud.) as all backups, even the one default mandatory one will be paid.
1 parent 9843a24 commit 279b2a7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/en/cloud/manage/backups.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ import ScalePlanFeatureBadge from '@theme/badges/ScalePlanFeatureBadge';
1010

1111
# Backups
1212

13-
:::note
14-
Please do not use the `BACKUP` and `RESTORE` commands when working with ClickHouse Cloud services. Cloud backups should be managed from the UI.
15-
:::
16-
1713
Database backups provide a safety net by ensuring that if data is lost for any unforeseen reason, the service can be restored to a previous state from the last successful backup. This minimizes downtime and prevents business critical data from being permanently lost. This guide covers how backups work in ClickHouse Cloud, what options you have to configure backups for your service, and how to restore from a backup.
1814

1915
## How backups work in ClickHouse Cloud
@@ -32,7 +28,7 @@ On Day 1, a full backup is taken to start the backup chain. On Day 2, an increme
3228

3329
All services will default to one backup, retained for a day with the new Pricing tiers.
3430
Users who need additional backups can do so by configuring additional backups under the settings tab of the Cloud Console.
35-
No free backups are included in the new pricing. There is no cost for default backups in ClickHouse Cloud.
31+
No free backups are included in the new pricing.
3632

3733
## Configurable backups
3834

0 commit comments

Comments
 (0)