From 676c8a686f46c611f613c956dbe9713ba56f998a Mon Sep 17 00:00:00 2001 From: Kathryn Hancox Date: Tue, 24 Sep 2024 13:28:40 -0400 Subject: [PATCH] Move note --- .../_includes/cockroachcloud/backups/cloud-api-get-put.md | 4 ++++ .../cockroachcloud/backups/retention-deleted-cluster.md | 2 +- src/current/cockroachcloud/managed-backups.md | 8 -------- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/current/_includes/cockroachcloud/backups/cloud-api-get-put.md b/src/current/_includes/cockroachcloud/backups/cloud-api-get-put.md index 4576e7d4272..f48f337dedf 100644 --- a/src/current/_includes/cockroachcloud/backups/cloud-api-get-put.md +++ b/src/current/_includes/cockroachcloud/backups/cloud-api-get-put.md @@ -36,6 +36,10 @@ If the request was successful, the API will return details about the managed bac ### Modify backup settings on a cluster +{{site.data.alerts.callout_info}} +{% include cockroachcloud/backups/full-backup-setting-change.md %} +{{site.data.alerts.end}} + {% include cockroachcloud/backups/review-settings.md %} To configure the frequency and retention of managed backups, send a `PUT` request to the `/v1/clusters/{cluster_id}/backups/config` endpoint. diff --git a/src/current/_includes/cockroachcloud/backups/retention-deleted-cluster.md b/src/current/_includes/cockroachcloud/backups/retention-deleted-cluster.md index 97c2394a2c7..e761d1aa026 100644 --- a/src/current/_includes/cockroachcloud/backups/retention-deleted-cluster.md +++ b/src/current/_includes/cockroachcloud/backups/retention-deleted-cluster.md @@ -1,5 +1,5 @@ When a cluster is deleted, Cockroach Labs will retain the managed backups for for the {% if page.name == "managed-backups.md" %} configured retention time, {% else %} [configured retention time]({% link cockroachcloud/managed-backups.md %}#managed-backup-settings), {% endif %}after which the backups will be deleted. -If a customer’s agreement with Cockroach Labs has terminated, all managed backups will be retained for a maximum of 30 days and then deleted. If a backup's retention time was set to less than 30 days, Cockroach Labs will retain the managed backups for the configured retention time, after which the backups will be deleted. +If a customer’s agreement with Cockroach Labs has terminated, all managed backups will be retained for a maximum of 30 days and then deleted. If a backup's retention time was set to **less** than 30 days, Cockroach Labs will retain the managed backups for the configured retention time, after which the backups will be deleted. To restore a backup from a deleted cluster, you must contact the [Cockroach Labs Support team]({% link {{site.current_cloud_version}}/support-resources.md %}). \ No newline at end of file diff --git a/src/current/cockroachcloud/managed-backups.md b/src/current/cockroachcloud/managed-backups.md index 9f38ef29746..dfaa0b9a8be 100644 --- a/src/current/cockroachcloud/managed-backups.md +++ b/src/current/cockroachcloud/managed-backups.md @@ -190,10 +190,6 @@ To restore a cluster: ## Cloud API for Standard clusters -{{site.data.alerts.callout_info}} -{% include cockroachcloud/backups/full-backup-setting-change.md %} -{{site.data.alerts.end}} - {% include cockroachcloud/backups/cloud-api-get-put.md %} @@ -378,10 +374,6 @@ For each restore job, the tab will display: ## Cloud API for Advanced clusters -{{site.data.alerts.callout_info}} -{% include cockroachcloud/backups/full-backup-setting-change.md %} -{{site.data.alerts.end}} - {% include cockroachcloud/backups/cloud-api-get-put.md %}