Skip to content

Commit de689a4

Browse files
authored
Warn readers that deleted clusters cannot be restored (#20355)
* Warn readers that deleted clusters cannot be restored * Add non-payment section * Update warning with Joel's feedback
1 parent 9119e33 commit de689a4

File tree

9 files changed

+22
-5
lines changed

9 files changed

+22
-5
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
If a {{ site.data.products.cloud }} organization with billing configured lapses in payment, non-payment reminders are sent the **Billing contact info** designated in the {{ site.data.products.cloud }} Console under **Billing** > **Settings**. By default this billing contact is set to the original Organization Admin of the {{ site.data.products.cloud }} organization.
2+
3+
After sending multiple payment failure reminders with no acknowledgement or change in billing, all clusters in the organization are deleted including data. Deleted clusters cannot be restored.

src/current/cockroachcloud/advanced-cluster-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ You can also check the status of these features on the [**PCI ready**]({% link c
180180
## Delete cluster
181181

182182
{{site.data.alerts.callout_danger}}
183-
Deleting a cluster will delete all cluster data.
183+
Deleting a cluster will delete all cluster data. Deleted clusters can not be restored.
184184
{{site.data.alerts.end}}
185185

186186
{{site.data.alerts.callout_info}}

src/current/cockroachcloud/basic-cluster-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Deleting a cluster will delete all cluster data.
115115
{{site.data.alerts.end}}
116116

117117
{{site.data.alerts.callout_info}}
118-
Free CockroachDB {{ site.data.products.basic }} clusters are subject to deletion after 6 months of no activity.
118+
Free CockroachDB {{ site.data.products.basic }} clusters are subject to deletion after 6 months of no activity. Deleted clusters can not be restored.
119119
{{site.data.alerts.end}}
120120

121121
Proceed with the following steps only if you are sure you want to delete a cluster:

src/current/cockroachcloud/billing-management.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,7 @@ You can export invoice data in CSV or PDF format. From the **Invoices** tab, on
152152
- The PDF renders invoice information from the Console into a traditional invoice format. This format includes the high level information from the Console, a summary of total usage, the organization's billing address, and a CockroachDB letterhead.
153153

154154
If you're using [folders]({% link cockroachcloud/folders.md %}) to organize your clusters, the full path for each cluster is provided under the **Cluster path** column.
155+
156+
## Non-payment
157+
158+
{% include cockroachcloud/non-payment.md %}

src/current/cockroachcloud/cloud-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,9 @@ To delete a cluster, send a `DELETE` request to the `/v1/clusters/{cluster_id}`
668668
The service account associated with the secret key must have the Cluster Admin or Cluster Creator [role]({% link cockroachcloud/authorization.md %}#organization-user-roles).
669669
{{site.data.alerts.end}}
670670

671-
Sending a `DELETE` request permanently deletes the cluster and all the data within the cluster.
671+
{{site.data.alerts.callout_danger}}
672+
Sending a `DELETE` request permanently deletes the cluster and all the data within the cluster. Deleted clusters can not be restored.
673+
{{site.data.alerts.end}}
672674

673675
{% include_cached copy-clipboard.html %}
674676
~~~ shell

src/current/cockroachcloud/cluster-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ To help prevent a cluster from being deleted by mistake, you can enable _deletio
132132
## Delete cluster
133133

134134
{{site.data.alerts.callout_danger}}
135-
Deleting a cluster will delete all cluster data.
135+
Deleting a cluster will delete all cluster data. Deleted clusters can not be restored.
136136
{{site.data.alerts.end}}
137137

138138
{{site.data.alerts.callout_info}}

src/current/cockroachcloud/costs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@ In CockroachDB {{ site.data.products.advanced }}, CDC is billed monthly based on
309309

310310
</section>
311311

312+
## Non-payment
313+
314+
{% include cockroachcloud/non-payment.md %}
315+
312316
## Learn more
313317

314318
- [Plan a CockroachDB {{ site.data.products.basic }} cluster]({% link cockroachcloud/plan-your-cluster-basic.md %})

src/current/cockroachcloud/free-trial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If the trial ends and a payment method has not been provided, a 30 day grace per
6565
The cluster will be fully restored if a payment method is added. Any charges accrued during the grace period will be billed to the payment method.
6666

6767
{{site.data.alerts.callout_danger}}
68-
If the end of the grace period is reached and no payment method has been added, all clusters in the organization are deleted.
68+
If the end of the grace period is reached and no payment method has been added, all clusters in the organization are deleted. Deleted clusters can not be restored.
6969
{{site.data.alerts.end}}
7070

7171
## Get started

src/current/cockroachcloud/provision-a-cluster-with-terraform.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ To change a cluster's plan from CockroachDB {{ site.data.products.standard }} to
273273
274274
## Delete a cluster
275275
276+
{{site.data.alerts.callout_danger}}
277+
Sending a `destory` command permanently deletes the cluster and all the data within the cluster. Deleted clusters can not be restored.
278+
{{site.data.alerts.end}}
279+
276280
If you want to delete a cluster managed by Terraform, run the following command:
277281
278282
{% include_cached copy-clipboard.html %}

0 commit comments

Comments
 (0)