Skip to content

Commit 810aa09

Browse files
committed
Remove outdated cluster wipe warning
1 parent b539f92 commit 810aa09

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

src/current/cockroachcloud/managed-backups-advanced.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,8 @@ Users with the [Organization Admin]({% link cockroachcloud/authorization.md %}#o
144144

145145
#### Restore an Advanced cluster
146146

147-
{{site.data.alerts.callout_danger}}
148-
The restore completely erases all data in the destination cluster. All cluster data is replaced with the data from the backup. The destination cluster will be unavailable while the job is in progress.
149-
150-
This operation is disruptive and is to be performed with caution. Use the [Principle of Least Privilege (PoLP)](https://wikipedia.org/wiki/Principle_of_least_privilege) as a golden rule when designing your system of privilege grants.
147+
{{site.data.alerts.callout_info}}
148+
Before a cluster can be restored from a managed backup, the destination cluster must be completely wiped of data. A cluster restore operation fails if the destination cluster contains any databases/schemas/tables.
151149
{{site.data.alerts.end}}
152150

153151
To restore a cluster:

src/current/cockroachcloud/managed-backups-basic.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,8 @@ For each backup, the following details display:
5353

5454
### Restore a cluster
5555

56-
{{site.data.alerts.callout_danger}}
57-
The restore completely erases all data in the destination cluster. All cluster data is replaced with the data from the backup. The destination cluster will be unavailable while the job is in progress.
58-
59-
This operation is disruptive and is to be performed with caution. Use the [Principle of Least Privilege (PoLP)](https://wikipedia.org/wiki/Principle_of_least_privilege) as a golden rule when designing your system of privilege grants.
56+
{{site.data.alerts.callout_info}}
57+
Before a cluster can be restored from a managed backup, the destination cluster must be completely wiped of data. A cluster restore operation fails if the destination cluster contains any databases/schemas/tables.
6058
{{site.data.alerts.end}}
6159

6260
Performing a restore will cause your cluster to be unavailable for the duration of the restore. All current data is deleted, and the cluster will be restored to the state it was in at the time of the backup.

src/current/cockroachcloud/managed-backups.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,8 @@ To modify the [retention](#retention) of backups, click on **Retain backups for*
107107

108108
### Restore a cluster
109109

110-
{{site.data.alerts.callout_danger}}
111-
The restore completely erases all data in the destination cluster. All cluster data is replaced with the data from the backup. The destination cluster will be unavailable while the job is in progress.
112-
113-
This operation is disruptive and is to be performed with caution. Use the [Principle of Least Privilege (PoLP)](https://wikipedia.org/wiki/Principle_of_least_privilege) as a golden rule when designing your system of privilege grants.
110+
{{site.data.alerts.callout_info}}
111+
Before a cluster can be restored from a managed backup, the destination cluster must be completely wiped of data. A cluster restore operation fails if the destination cluster contains any databases/schemas/tables.
114112
{{site.data.alerts.end}}
115113

116114
Performing a restore will cause your cluster to be unavailable for the duration of the restore. All current data is deleted, and the cluster will be restored to the state it was in at the time of the backup.

0 commit comments

Comments
 (0)