Skip to content

Commit 30141ff

Browse files
authored
Revert "Update export-backups-to-own-cloud-account.md"
1 parent ab459c3 commit 30141ff

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,12 @@ 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. The BACKUP commands listed below are run within the original service. The RESTORE commands are run from a new service where the backup should be restored.
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.
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-
2521
## Requirements {#requirements}
2622

2723
You will need the following details to export/restore backups to your own CSP storage bucket.
@@ -63,11 +59,6 @@ You will need the following details to export/restore backups to your own CSP st
6359
<hr/>
6460
# Backup / Restore
6561
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-
7162
## Backup / Restore to AWS S3 Bucket {#backup--restore-to-aws-s3-bucket}
7263
7364
### Take a DB Backup {#take-a-db-backup}

0 commit comments

Comments
 (0)