-
Notifications
You must be signed in to change notification settings - Fork 473
Add quit step to Manual Deployment docs #619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
You can stop the nodes (and therefore the cluster) from any machine with the `cockroach` binary, the CA cert, and a client certificate and key. Make sure the machine you want to use has these files and then stop the nodes: | ||
|
||
~~~ shell | ||
$ cockroach quit --host=<node1-hostname> --ca-cert=ca.cert --cert=root.cert --key=root.key |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume you checked that calling quit
with user root
works?
Review status: 0 of 1 files reviewed at latest revision, 1 unresolved discussion. manual-deployment.md, line 241 [r1] (raw file):
Comments from Reviewable |
Review status: 0 of 1 files reviewed at latest revision, 1 unresolved discussion. manual-deployment.md, line 241 [r1] (raw file):
|
Review status: 0 of 1 files reviewed at latest revision, 1 unresolved discussion, some commit checks failed. manual-deployment.md, line 241 [r1] (raw file):
|
manual-deployment.md, line 241 [r1] (raw file):
|
db02629
to
852cced
Compare
852cced
to
ddb3e70
Compare
Review status: 0 of 2 files reviewed at latest revision, 1 unresolved discussion. manual-deployment.md, line 241 [r1] (raw file):
|
Review status: 0 of 2 files reviewed at latest revision, 1 unresolved discussion. manual-deployment.md, line 241 [r1] (raw file):
|
Review status: 0 of 2 files reviewed at latest revision, 1 unresolved discussion. manual-deployment.md, line 241 [r1] (raw file):
|
ddb3e70
to
9aec076
Compare
manual-deployment.md, line 241 [r1] (raw file):
|
Add step for stopping nodes.
Fixes #614
This change is