Skip to content

Commit 88d4c99

Browse files
authored
Merge pull request #4478 from ClickHouse/4206-clarify-changing-compatibility-in-clickhouse-cloud
Clarifying compatibility settings docs
2 parents 0e0c0a0 + f085f43 commit 88d4c99

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/cloud/features/05_admin_features/upgrades.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When you create a service, the [`compatibility`](/operations/settings/settings#c
3030

3131
The `compatibility` setting allows you to use default values of settings from previous versions. When your service is upgraded to a new version, the version specified for the `compatibility` setting does not change. This means that default values for settings that existed when you first created your service will not change (unless you have already overridden those default values, in which case they will persist after the upgrade).
3232

33-
You cannot manage the `compatibility` setting for your service. You must [contact support](https://clickhouse.com/support/program) if you would like to change the version set for your `compatibility` setting.
33+
You cannot manage the service-level default `compatibility` setting for your service. You must [contact support](https://clickhouse.com/support/program) if you would like to change the version set for your service's default `compatibility` setting. However, you can override the `compatibility` setting at the user, role, profile, query, or session level using standard ClickHouse setting mechanisms such as `SET compatibility = '22.3'` in a session or `SETTINGS compatibility = '22.3'` in a query.
3434

3535
## Maintenance mode {#maintenance-mode}
3636

scripts/aspell-ignore/en/aspell-dict.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
personal_ws-1.1 en 3646
1+
personal_ws-1.1 en 3648
22
AArch
33
ACLs
44
Accepter
@@ -1332,6 +1332,7 @@ Transactional
13321332
TransactionsWaitCSNMode
13331333
Trino
13341334
Tsai
1335+
Tunable
13351336
Tukey
13361337
TwoColumnList
13371338
TypeScript
@@ -3477,6 +3478,7 @@ tui
34773478
tukey
34783479
tumbleEnd
34793480
tumbleStart
3481+
tunable
34803482
tupleConcat
34813483
tupleDivide
34823484
tupleDivideByNumber

0 commit comments

Comments
 (0)