File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,18 @@ Reopen the [Admin UI](explore-the-admin-ui.html) by pointing your browser to `ht
100
100
101
101
Note that your browser will consider the CockroachDB-created certificate invalid; you’ll need to click through a warning message to get to the UI.
102
102
103
+ ## Step 7. Stop the cluster
104
+
105
+ When you're ready to stop the cluster, quit each node as follows:
106
+
107
+ ~~~ shell
108
+ $ cockroach quit --host=localhost --ca-cert=ca.cert --cert=root.cert --key=root.key
109
+ $ cockroach quit --host=localhost --port=26258 --ca-cert=ca.cert --cert=root.cert --key=root.key
110
+ $ cockroach quit --host=localhost --port=26259 --ca-cert=ca.cert --cert=root.cert --key=root.key
111
+ ~~~
112
+
113
+ For more details about the ` cockroach quit ` command, see [ Stop a Node] ( stop-a-node.html ) .
114
+
103
115
## What's Next?
104
116
105
117
- Learn more about [ CockroachDB SQL] ( learn-cockroachdb-sql.html ) and the [ built-in SQL client] ( use-the-built-in-sql-client.html )
You can’t perform that action at this time.
0 commit comments