Skip to content

Commit b375b73

Browse files
authored
Merge pull request #91 from ClickHouse/move_backups
Change backup structure
2 parents 9375cb3 + dc8a908 commit b375b73

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

docs/en/cloud/manage/backups.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,7 @@ DROP TABLE IF EXISTS table_to_drop
202202
SYNC SETTINGS max_table_size_to_drop=2097152 -- increases the limit to 2TB
203203
```
204204
:::
205+
206+
## Export backups to your own cloud account
207+
208+
For users wanting to export backups to their own cloud account, see [here](/docs/en/cloud/manage/bring-your-own-bucket).

docs/en/cloud/manage/bring-your-own-bucket.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
sidebar_label: Bring your own Bucket
2+
sidebar_label: Export Backups to your Own Cloud Account
33
slug: /en/cloud/manage/bring-your-own-bucket
4-
title: Bring your own Bucket for Backups
4+
title: Export Backups to your Own Cloud Account
55
---
66

77
import EnterprisePlanFeatureBadge from '@theme/badges/EnterprisePlanFeatureBadge'
88

99
<EnterprisePlanFeatureBadge/>
1010

1111
ClickHouse Cloud supports taking backups to your own cloud service provider (CSP) account (AWS S3, Google Cloud Storage, or Azure Blob Storage).
12-
For details of how ClickHouse Cloud backups work, including full vs. incremental backups, see the [backups](./backups.md) docs.
12+
For details of how ClickHouse Cloud backups work, including "full" vs. "incremental" backups, see the [backups](./backups.md) docs.
1313

1414
Here we show examples of how to take full and incremental backups to AWS, GCP, Azure object storage as well as how to restore from the backups.
1515

sidebars.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,16 @@ const sidebars = {
211211
items: [
212212
"en/cloud/manage/cloud-tiers",
213213
"en/cloud/manage/integrations",
214-
"en/cloud/manage/backups",
215-
"en/cloud/manage/bring-your-own-bucket",
214+
{
215+
type: "category",
216+
label: "Backups",
217+
collapsed: true,
218+
collapsible: true,
219+
link: {type: "doc", id: "en/cloud/manage/backups"},
220+
items: [
221+
"en/cloud/manage/bring-your-own-bucket",
222+
],
223+
},
216224
{
217225
type: "category",
218226
label: "Monitoring",

0 commit comments

Comments
 (0)