Skip to content

Commit

Permalink
Move note
Browse files Browse the repository at this point in the history
  • Loading branch information
kathancox committed Sep 24, 2024
1 parent 147490e commit 676c8a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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 %}).
8 changes: 0 additions & 8 deletions src/current/cockroachcloud/managed-backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

</section>
Expand Down Expand Up @@ -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 %}

</section>
Expand Down

0 comments on commit 676c8a6

Please sign in to comment.