Skip to content

Commit dcf0892

Browse files
authored
Merge pull request #4062 from ClickHouse/aashishkohli-patch-6
Update export-backups-to-own-cloud-account.md
2 parents 4a201c4 + ba3e365 commit dcf0892

File tree

1,202 files changed

+5708
-5703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,202 files changed

+5708
-5703
lines changed

docs/cloud/manage/backups/export-backups-to-own-cloud-account.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For details of how ClickHouse Cloud backups work, including "full" vs. "incremen
1515
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.
1616

1717
:::note
18-
Users should be aware that any usage where backups are being exported to a different region in the same cloud provider, or to another cloud provider (in the same or different region) will incur [data transfer](../network-data-transfer.mdx) charges.
18+
Users should be aware that any usage where backups are being exported to a different region in the same cloud provider, will incur [data transfer](../network-data-transfer.mdx) charges. Currently we do not support cross cloud backups.
1919
:::
2020

2121
## Requirements {#requirements}
@@ -26,19 +26,23 @@ You will need the following details to export/restore backups to your own CSP st
2626

2727
1. AWS S3 endpoint, in the format:
2828

29-
```text
30-
s3://<bucket_name>.s3.amazonaws.com/<directory>
31-
```
29+
```text
30+
s3://<bucket_name>.s3.amazonaws.com/<directory>
31+
```
3232

33-
For example:
34-
```text
35-
s3://testchbackups.s3.amazonaws.com/backups/
36-
```
37-
Where:
38-
- `testchbackups` is the name of the S3 bucket to export backups to.
39-
- `backups` is an optional subdirectory.
33+
For example:
34+
```text
35+
s3://testchbackups.s3.amazonaws.com/backups/
36+
```
37+
Where:
38+
- `testchbackups` is the name of the S3 bucket to export backups to.
39+
- `backups` is an optional subdirectory.
4040

41-
2. AWS access key and secret.
41+
2. AWS access key and secret. AWS role based authentication is also supported and can be used in place of AWS access key and secret.
42+
43+
:::note
44+
In order to use role based authentication, please follow the Secure s3 [setup](https://clickhouse.com/docs/cloud/security/secure-s3). In addition, you will need to add `s3:PutObject`, and `s3:DeleteObject` permissions to the IAM policy decribed [here.](https://clickhouse.com/docs/cloud/security/secure-s3#option-2-manually-create-iam-role)
45+
:::
4246

4347
### Azure {#azure}
4448

i18n/jp/docusaurus-plugin-content-docs/current/_placeholders/api/_invitations-api-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
'sidebar_label': '招待'
3-
'title': '招待'
2+
sidebar_label: '招待'
3+
title: '招待'
44
---
55

66

i18n/jp/docusaurus-plugin-content-docs/current/_placeholders/api/_keys-api-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
'sidebar_label': 'キー'
3-
'title': 'キー'
2+
sidebar_label: 'キー'
3+
title: 'キー'
44
---
55

66

i18n/jp/docusaurus-plugin-content-docs/current/_placeholders/api/_members-api-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
'sidebar_label': 'メンバー'
3-
'title': 'メンバー'
2+
sidebar_label: 'メンバー'
3+
title: 'メンバー'
44
---
55

66

i18n/jp/docusaurus-plugin-content-docs/current/_placeholders/api/_organizations-api-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
'sidebar_label': '組織'
3-
'title': '組織'
2+
sidebar_label: '組織'
3+
title: '組織'
44
---
55

66

i18n/jp/docusaurus-plugin-content-docs/current/_placeholders/api/_services-api-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
'sidebar_label': 'サービス'
3-
'title': 'サービス'
2+
sidebar_label: 'サービス'
3+
title: 'サービス'
44
---
55

66

i18n/jp/docusaurus-plugin-content-docs/current/_placeholders/changelog/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
'description': '2025年の変更履歴'
3-
'note': 'This file is autogenerated by the yarn new-build'
4-
'slug': '/whats-new/changelog/'
5-
'sidebar_position': 2
6-
'sidebar_label': '2025'
7-
'title': '2025年の変更履歴'
2+
description: '2025年の変更履歴'
3+
note: 'This file is autogenerated by the yarn new-build'
4+
slug: '/whats-new/changelog/'
5+
sidebar_position: 2
6+
sidebar_label: '2025'
7+
title: '2025年の変更履歴'
88
---
99

1010

i18n/jp/docusaurus-plugin-content-docs/current/_snippets/_tabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'sidebar_label': 'タブのサンプル'
2+
sidebar_label: 'タブのサンプル'
33
---
44

55
import Tabs from '@theme/Tabs';

i18n/jp/docusaurus-plugin-content-docs/current/about-us/about-faq-index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
'title': 'FAQ'
3-
'slug': '/about-us/faq'
4-
'description': 'Landing page'
2+
title: 'FAQ'
3+
slug: '/about-us/faq'
4+
description: 'Landing page'
55
---
66

77

i18n/jp/docusaurus-plugin-content-docs/current/about-us/beta-and-experimental-features.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
'sidebar_position': 1
3-
'sidebar_label': 'ベータ機能と実験的'
4-
'title': 'ベータおよび実験的機能'
5-
'description': 'ClickHouse にはベータおよび実験的機能があります。このドキュメントページでは定義について説明します。'
6-
'slug': '/beta-and-experimental-features'
2+
sidebar_position: 1
3+
sidebar_label: 'ベータ機能と実験的'
4+
title: 'ベータおよび実験的機能'
5+
description: 'ClickHouse にはベータおよび実験的機能があります。このドキュメントページでは定義について説明します。'
6+
slug: '/beta-and-experimental-features'
77
---
88

99
Because ClickHouse is open-source, it receives many contributions not only from ClickHouse employees but also from the community. These contributions are often developed at different speeds; certain features may require a lengthy prototyping phase or more time for sufficient community feedback and iteration to be considered generally available (GA).

0 commit comments

Comments
 (0)