Skip to content

Commit ffe6b19

Browse files
Added one missing character (#20730)
Added missing = sign in example
1 parent b3d9b62 commit ffe6b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/current/_includes/common/upgrade/finalize-self-hosted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To finalize a major-version upgrade:
1313

1414
{% include_cached copy-clipboard.html %}
1515
~~~ sql
16-
SET CLUSTER SETTING version '{VERSION}';
16+
SET CLUSTER SETTING version = '{VERSION}';
1717
~~~
1818

1919
A series of migration jobs runs to enable certain types of features and changes in the new major version that cannot be rolled back. These include changes to system schemas, indexes, and descriptors, and enabling certain types of improvements and new features. Until the upgrade is finalized, these features and functions will not be available and the command `SHOW CLUSTER SETTING version` will return the previous version.

0 commit comments

Comments
 (0)