File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -202,3 +202,7 @@ DROP TABLE IF EXISTS table_to_drop
202
202
SYNC SETTINGS max_table_size_to_drop= 2097152 -- increases the limit to 2TB
203
203
```
204
204
:::
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 ) .
Original file line number Diff line number Diff line change 1
1
---
2
- sidebar_label : Bring your own Bucket
2
+ sidebar_label : Export Backups to your Own Cloud Account
3
3
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
5
5
---
6
6
7
7
import EnterprisePlanFeatureBadge from '@theme/badges /EnterprisePlanFeatureBadge'
8
8
9
9
<EnterprisePlanFeatureBadge />
10
10
11
11
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.
13
13
14
14
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.
15
15
Original file line number Diff line number Diff line change @@ -211,8 +211,16 @@ const sidebars = {
211
211
items : [
212
212
"en/cloud/manage/cloud-tiers" ,
213
213
"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
+ } ,
216
224
{
217
225
type : "category" ,
218
226
label : "Monitoring" ,
You can’t perform that action at this time.
0 commit comments