Skip to content

Commit a6d7aa5

Browse files
committed
Worked on Jesse's comments
1 parent 18c84a4 commit a6d7aa5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

v2.0/upgrade-cockroach-version.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ For each node in your cluster, complete the following steps.
141141
~~~
142142
</div>
143143
144-
5. Start the node to have it rejoin the cluster:
144+
5. Start the node to have it rejoin the cluster.
145145
146146
Without a process manager like `systemd`, use this command:
147147
@@ -193,6 +193,7 @@ Once you have monitored the upgraded cluster for at least one day:
193193

194194
2. Use the `crdb_internal.node_executable_version()` [built-in function](functions-and-operators.html) to check the CockroachDB version running on the node:
195195
196+
{% include copy-clipboard.html %}
196197
~~~ sql
197198
> SELECT crdb_internal.node_executable_version();
198199
~~~
@@ -201,6 +202,7 @@ Once you have monitored the upgraded cluster for at least one day:
201202
202203
3. Use the same function to finalize the upgrade:
203204
205+
{% include copy-clipboard.html %}
204206
~~~ sql
205207
> SET CLUSTER SETTING version = crdb_internal.node_executable_version();
206208
~~~

v2.1/upgrade-cockroach-version.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ For each node in your cluster, complete the following steps.
164164
~~~
165165
</div>
166166
167-
5. Start the node to have it rejoin the cluster:
167+
5. Start the node to have it rejoin the cluster.
168168
169169
Without a process manager like `systemd`, run this command to start the node:
170170

0 commit comments

Comments
 (0)