Skip to content

Commit 2d0f7ee

Browse files
committed
update links
1 parent f663d1a commit 2d0f7ee

File tree

7 files changed

+15
-9
lines changed

7 files changed

+15
-9
lines changed

docs/cloud/features/08_backups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To export backups to your own cloud account, you have two options:
8484
##### Via Cloud Console UI {#via-ui}
8585

8686
External backups can be [configured in the UI](/cloud/manage/backups/backup-restore-via-ui).
87-
By default, backups will then be taken daily (as specified in the [default backup policy](/manage/backups/overview#default-backup-policy)).
87+
By default, backups will then be taken daily (as specified in the [default backup policy](/cloud/features/backups#default-backup-policy)).
8888
However, we also support [configurable](/cloud/manage/backups/configurable-backups) backups to your own cloud account, which allows for setting a custom schedule.
8989
It is important to note that all backups to your bucket are full backups with no relationship to other previous or future backups.
9090

docs/cloud/guides/backups/01_review-and-restore-backups.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This guide covers how backups work in ClickHouse Cloud, what options you have to
2323

2424
## Backup status list {#backup-status-list}
2525

26-
Your service will be backed up based on the set schedule, whether it is the default daily schedule or a [custom schedule](./configurable-backups.md) picked by you. All available backups can be viewed from the **Backups** tab of the service. From here, you can see the status of the backup, the duration, as well as the size of the backup. You can also restore a specific backup using the **Actions** column.
26+
Your service will be backed up based on the set schedule, whether it is the default daily schedule or a [custom schedule](/cloud/manage/backups/configurable-backups) picked by you. All available backups can be viewed from the **Backups** tab of the service. From here, you can see the status of the backup, the duration, as well as the size of the backup. You can also restore a specific backup using the **Actions** column.
2727

2828
<Image img={backup_status_list} size="md" alt="List of backup statuses in ClickHouse Cloud" border/>
2929

@@ -158,8 +158,8 @@ Legacy Plans: For customers on legacy plans, default daily backups retained for
158158

159159
## Configurable backups {#configurable-backups}
160160

161-
If you want to set up a backups schedule different from the default backup schedule, take a look at [Configurable Backups](./configurable-backups.md).
161+
If you want to set up a backups schedule different from the default backup schedule, take a look at [Configurable Backups](/cloud/manage/backups/configurable-backups).
162162

163163
## Export backups to your own cloud account {#export-backups-to-your-own-cloud-account}
164164

165-
For users wanting to export backups to their own cloud account, see [here](./backups-to-own-cloud/export-backups-to-own-cloud-account.md).
165+
For users wanting to export backups to their own cloud account, see [here](/cloud/manage/backups/export-backups-to-own-cloud-account).

docs/cloud/guides/backups/02_configurable-backups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Start time and frequency are mutually exclusive. Start time takes precedence.
2828
:::
2929

3030
:::note
31-
Changing the backup schedule can cause higher monthly charges for storage as some of the backups might not be covered in the default backups for the service. See ["Understanding backup cost"](./overview.md/#understanding-backup-cost) section below.
31+
Changing the backup schedule can cause higher monthly charges for storage as some of the backups might not be covered in the default backups for the service. See ["Understanding backup cost"](/cloud/manage/backups/overview#understanding-backup-cost) section below.
3232
:::

docs/cloud/guides/backups/03_bring_your_own_backup/01_export-backups-to-own-cloud-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import EnterprisePlanFeatureBadge from '@theme/badges/EnterprisePlanFeatureBadge
1111
<EnterprisePlanFeatureBadge/>
1212

1313
ClickHouse Cloud supports taking backups to your own cloud service provider (CSP) account (AWS S3, Google Cloud Storage, or Azure Blob Storage).
14-
For details of how ClickHouse Cloud backups work, including "full" vs. "incremental" backups, see the [backups](overview.md) docs.
14+
For details of how ClickHouse Cloud backups work, including "full" vs. "incremental" backups, see the [backups](/cloud/manage/backups/overview) docs.
1515

1616
In this guide, 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.
1717

docs/cloud/guides/backups/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ doc_type: 'landing-page'
88

99
| Page | Description |
1010
|-----------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|
11-
| [Overview](./overview.md) | Overview page for backups. |
12-
| [Configurable Backups](./configurable-backups.md) | Learn about how Scale and Enterprise tier users can customize their backup schedules according to their specific business needs |
13-
| [Export Backups to your Own Cloud Account](./backups-to-own-cloud/export-backups-to-own-cloud-account.md) | Learn about an Enterprise tier feature that gives you the ability to export backups to your own cloud account. |
11+
| [Overview](/cloud/manage/backups/overview) | Overview page for backups. |
12+
| [Configurable Backups](/cloud/manage/backups/configurable-backups) | Learn about how Scale and Enterprise tier users can customize their backup schedules according to their specific business needs |
13+
| [Export Backups to your Own Cloud Account](/cloud/manage/backups/export-backups-to-own-cloud-account) | Learn about an Enterprise tier feature that gives you the ability to export backups to your own cloud account. |

docs/cloud/guides/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ keywords: ['cloud guides', 'documentation', 'how-to', 'cloud features', 'tutoria
1010
<!--AUTOGENERATED_START-->
1111
| Page | Description |
1212
|-----|-----|
13+
| [Overview](/cloud/manage/backups/overview) | Provides an overview of backups in ClickHouse Cloud |
14+
| [Take a backup or restore a backup from the UI](/cloud/manage/backups/backup-restore-via-ui) | Page describing how to take a backup or restore a backup from the UI with your own bucket |
15+
| [Take a backup or restore a backup using commands](/cloud/manage/backups/backup-restore-via-commands) | Page describing how to take a backup or restore a backup with your own bucket using commands |
1316
| [Accessing S3 data securely](/cloud/data-sources/secure-s3) | This article demonstrates how ClickHouse Cloud customers can leverage role-based access to authenticate with Amazon Simple Storage Service(S3) and access their data securely. |
1417
| [Architecture](/cloud/reference/byoc/architecture) | Deploy ClickHouse on your own cloud infrastructure |
1518
| [AWS PrivateLink](/manage/security/aws-privatelink) | This document describes how to connect to ClickHouse Cloud using AWS PrivateLink. |
@@ -23,10 +26,12 @@ keywords: ['cloud guides', 'documentation', 'how-to', 'cloud features', 'tutoria
2326
| [Cloud Compatibility](/whats-new/cloud-compatibility) | This guide provides an overview of what to expect functionally and operationally in ClickHouse Cloud. |
2427
| [Cloud IP addresses](/manage/data-sources/cloud-endpoints-api) | This page documents the Cloud Endpoints API security features within ClickHouse. It details how to secure your ClickHouse deployments by managing access through authentication and authorization mechanisms. |
2528
| [Common access management queries](/cloud/security/common-access-management-queries) | This article shows the basics of defining SQL users and roles and applying those privileges and permissions to databases, tables, rows, and columns. |
29+
| [Configure backup schedules](/cloud/manage/backups/configurable-backups) | Guide showing how to configure backups |
2630
| [Console audit log](/cloud/security/audit-logging/console-audit-log) | This page describes how users can review the cloud audit log |
2731
| [Data encryption](/cloud/security/cmek) | Learn more about data encryption in ClickHouse Cloud |
2832
| [Data masking in ClickHouse](/cloud/guides/data-masking) | A guide to data masking in ClickHouse |
2933
| [Database audit log](/cloud/security/audit-logging/database-audit-log) | This page describes how users can review the database audit log |
34+
| [Export Backups to your Own Cloud Account](/cloud/manage/backups/export-backups-to-own-cloud-account) | Describes how to export backups to your own Cloud account |
3035
| [Gather your connection details](/cloud/guides/sql-console/gather-connection-details) | Gather your connection details |
3136
| [GCP private service connect](/manage/security/gcp-private-service-connect) | This document describes how to connect to ClickHouse Cloud using Google Cloud Platform (GCP) Private Service Connect (PSC), and how to disable access to your ClickHouse Cloud services from addresses other than GCP PSC addresses using ClickHouse Cloud IP access lists. |
3237
| [HIPAA onboarding](/cloud/security/compliance/hipaa-onboarding) | Learn more about how to onboard to HIPAA compliant services |

docs/cloud/reference/01_changelog/02_release_notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ keywords: ['changelog', 'release notes', 'updates', 'new features', 'cloud chang
1414
<!--AUTOGENERATED_START-->
1515
| Page | Description |
1616
|-----|-----|
17+
| [v25.8 Changelog for Cloud](/changelogs/25.8) | Fast release changelog for v25.8 |
1718
| [v25.6 Changelog for Cloud](/changelogs/25.6) | Fast release changelog for v25.6 |
1819
| [v25.4 Changelog for Cloud](/changelogs/25.4) | Fast release changelog for v25.4 |
1920
| [v24.12 Changelog for Cloud](/changelogs/24.12) | Fast release changelog for v24.12 |

0 commit comments

Comments
 (0)