Skip to content

Commit 772dcea

Browse files
authored
Merge pull request #58 from ClickHouse/aashishkohli-patch-4
Update bring-your-own-bucket.md
2 parents 4926d67 + 52d3e3c commit 772dcea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You will need the following details to export/restore backups to your own CSP st
3131
3232
For example:
3333
```text
34-
s3://testchbackups.s3.amazonaws.com/backups/`
34+
s3://testchbackups.s3.amazonaws.com/backups/
3535
```
3636
Where:
3737
- `testchbackups` is the name of the S3 bucket to export backups to.
@@ -123,7 +123,7 @@ FROM AzureBlobStorage('<AzureBlobStorage endpoint connection string>', '<contain
123123

124124
See: [Configuring BACKUP/RESTORE to use an S3 Endpoint](/docs/en/operations/backup#configuring-backuprestore-to-use-an-azureblobstorage-endpoint) for more details.
125125

126-
## Backup / Restore to Azure Blob Storage
126+
## Backup / Restore to Google Cloud Storage (GCS)
127127

128128
### Take a DB Backup
129129

@@ -149,4 +149,4 @@ SETTINGS base_backup = S3('https://storage.googleapis.com/test_gcs_backups/<uuid
149149
RESTORE DATABASE test_backups
150150
AS test_backups_restored_gcs
151151
FROM S3('https://storage.googleapis.com/test_gcs_backups/<uuid>', 'key', 'secret')
152-
```
152+
```

0 commit comments

Comments
 (0)