Skip to content

Commit

Permalink
Add missing '=' in upgrade finalize SQL command
Browse files Browse the repository at this point in the history
  • Loading branch information
wsamoht authored Dec 18, 2024
1 parent 260225b commit 3dc4670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To finalize a major-version upgrade:

{% include_cached copy-clipboard.html %}
~~~ sql
SET CLUSTER SETTING version '{VERSION}';
SET CLUSTER SETTING version = '{VERSION}';
~~~

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.
Expand Down

0 comments on commit 3dc4670

Please sign in to comment.