Skip to content

Commit 09328ac

Browse files
authored
Update export-backups-to-own-cloud-account.md
Added notes to clarify the following: 1. Clarified that backup/restore to customer bucket is not supported for services using TDE 2. Restore to a new service requires updating the trust policy of backups storage bucket. 3. Backup / Restore commands need to be run from the database command line
1 parent 51fc786 commit 09328ac

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ import EnterprisePlanFeatureBadge from '@theme/badges/EnterprisePlanFeatureBadge
1212
ClickHouse Cloud supports taking backups to your own cloud service provider (CSP) account (AWS S3, Google Cloud Storage, or Azure Blob Storage).
1313
For details of how ClickHouse Cloud backups work, including "full" vs. "incremental" backups, see the [backups](overview.md) docs.
1414

15-
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+
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. The BACKUP commands listed below are run within the original service. The RESTORE commands are run from a new service where the backup is going to be restored.
1616

1717
:::note
1818
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.
1919
:::
2020

21+
:::note
22+
Backup / Restore into your own bucket for services utilizing [TDE](https://clickhouse.com/docs/cloud/security/cmek#transparent-data-encryption-tde) is currently not supported.
23+
:::
24+
2125
## Requirements {#requirements}
2226

2327
You will need the following details to export/restore backups to your own CSP storage bucket.
@@ -59,6 +63,11 @@ You will need the following details to export/restore backups to your own CSP st
5963
<hr/>
6064
# Backup / Restore
6165
66+
:::note:::
67+
1. For restoring the backup from your own bucket into a new service, you will need to update the trust policy of your backups storage bucket to allow access from the new service.
68+
2. The Backup / Restore commands need to be run from the database command line. For restore to a new service, you will first need to create the service and then run the command.
69+
:::
70+
6271
## Backup / Restore to AWS S3 Bucket {#backup--restore-to-aws-s3-bucket}
6372
6473
### Take a DB Backup {#take-a-db-backup}

0 commit comments

Comments
 (0)