You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting **February 27, 2026**, ClickHouse Cloud will begin collecting core dumps when server crashes occur. This is part of our commitment to improving service reliability for all our users.
18
+
Starting **February 27, 2026**, ClickHouse Cloud will begin collecting crash reports when server crashes occur. This is part of our commitment to improving service reliability for all our users.
17
19
18
-
Core dump collection helps us:
20
+
Crash report collection helps us:
19
21
- Identify and understand what caused a crash
20
22
- Fix issues more quickly
21
23
- Continuously improve your service experience
22
24
23
25
## What's collected
24
26
25
-
When a crash occurs, core dumps capture a snapshot of the server's state at that moment. We want to be transparent that this may include sensitive information that was in memory, such as:
27
+
When a crash occurs, crash reports capture a snapshot of the server's state at that moment. We want to be transparent that this may include sensitive information that was in memory, such as:
26
28
27
29
- Connection credentials
28
30
- Encryption keys
@@ -39,15 +41,15 @@ We take the security of this data seriously:
39
41
40
42
## Services automatically excluded
41
43
42
-
Some services are automatically excluded from core dump collection:
44
+
Some services are automatically excluded from crash report collection:
43
45
44
46
- Services with **HIPAA** compliance requirements
45
47
- Services with **PCI** compliance requirements
46
48
-**BYOC** (Bring Your Own Cloud) services
47
49
48
50
## How to opt out
49
51
50
-
If you'd prefer not to participate in core dump collection, you can easily opt out:
52
+
If you'd prefer not to participate in crash report collection, you can easily opt out:
51
53
52
54
1. Go to the [ClickHouse Cloud Console](https://clickhouse.cloud)
53
55
2. Select your service
@@ -56,3 +58,9 @@ If you'd prefer not to participate in core dump collection, you can easily opt o
56
58
5. Toggle the option off to opt out
57
59
58
60
<Imageimg={optOut}size="md"alt="Where to find the opt out option in Cloud UI"/>
61
+
62
+
:::note
63
+
In addition to the service setting, we also support configuring preferences for the organization. If the setting is disabled, i.e., opt out of the crash report collection, all existing and new services will be opted out automatically. If you set the preference to enabled i.e. opt in, you can selectively disable at the service level to override and opt out.
0 commit comments