Skip to content

Commit bac035b

Browse files
authored
Merge pull request #4572 from ClickHouse/Blargian-patch-222872
Cloud: remove unsupported in Cloud badge for UNDROP statement
2 parents 710421a + 176f96e commit bac035b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/cloud/features/08_backups/overview.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,7 @@ After you have successfully inserted the data into your original service, make s
154154

155155
## Undeleting or undropping tables {#undeleting-or-undropping-tables}
156156

157-
<CloudNotSupportedBadge/>
158-
159-
The `UNDROP` command is not supported in ClickHouse Cloud. If you accidentally `DROP` a table, the best course of action is to restore your last backup and recreate the table from the backup.
157+
The `UNDROP` command is supported in ClickHouse Cloud through [Shared Catalog](https://clickhouse.com/docs/cloud/reference/shared-catalog).
160158

161159
To prevent users from accidentally dropping tables, you can use [`GRANT` statements](/sql-reference/statements/grant) to revoke permissions for the [`DROP TABLE` command](/sql-reference/statements/drop#drop-table) for a specific user or role.
162160

0 commit comments

Comments
 (0)