Skip to content

Commit 65f157c

Browse files
authored
Merge pull request #4402 from ClickHouse/Blargian-patch-283382
Knowledge base: update remove-default-user.mdx with a note
2 parents 3ade5c6 + 8680dab commit 65f157c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

knowledgebase/remove-default-user.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ words: ['Remove Default User', 'ClickHouse Server']
1111

1212
## Removing the default user {#removing-the-default-user}
1313

14+
:::note
15+
This guide is not applicable to ClickHouse Cloud.
16+
:::
17+
1418
In this guide, we're going to learn how to remove the `default` user from ClickHouse Server.
1519

1620
We can do this by creating a YAML file (let's call it `remove_default_user.yaml`) that has the following content
@@ -87,4 +91,4 @@ We should see the following line:
8791

8892
```text
8993
{} <Debug> ConfigProcessor: Merging configuration file '/etc/clickhouse-server/users.d/remove_default_user.yaml'.
90-
```
94+
```

0 commit comments

Comments
 (0)