Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/modules/cli/pages/cbcli/couchbase-cli-server-readd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,20 @@ node has credentials that allow us to change the cluster topology with
following command.

$ couchbase-cli server-readd -c 192.168.1.5:8091 --username Administrator \
--password password --server-readd 192.168.1.6:8091 \
--password password --server-add 192.168.1.6:8091 \
--server-username Administrator --server-password password

If you need to add back multiple nodes then you would run the following command.

$ couchbase-cli server-readd -c 192.168.1.5:8091 --username Administrator \
--password password --server-readd 192.168.1.6:8091,192.168.1.7:8091 \
--password password --server-add 192.168.1.6:8091,192.168.1.7:8091 \
--server-username Administrator --server-password password

If you wanted the nodes being added back to the cluster to be a part of the
"East" group we would run the following command

$ couchbase-cli server-readd -c 192.168.1.5:8091 --username Administrator \
--password password --server-readd 192.168.1.6:8091 --group-name East \
--password password --server-add 192.168.1.6:8091 --group-name East \
--server-username Administrator --server-password password

== ENVIRONMENT AND CONFIGURATION VARIABLES
Expand Down