Skip to content

incorrect sql example in manual cluster upgrade doc #16317

Open
@aliher1911

Description

@aliher1911

Current docs:

SET CLUSTER SETTING cluster.preserve_downgrade_option = 'v22.2';

but it should be

SET CLUSTER SETTING cluster.preserve_downgrade_option = '22.2';

instead.

Location:

https://github.com/cockroachdb/docs/blob/master/v23.1/upgrade-cockroach-version.md?plain=1#L124

Must be trivial fix, but I'm not familiar with syntax of template.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions