Hi there,
I’m trying to configure couchbase-server using the couchbase-cli. I am running the cluster-init command like so:
/opt/couchbase/bin/couchbase-cli cluster-init -c localhost:8091 \
--cluster-username=Administrator \
--cluster-password=password \
--cluster-ramsize=256 \
--cluster-index-ramsize=256
iv’e also tried
/opt/couchbase/bin/couchbase-cli cluster-init -c 127.0.0.1:8091 \
--cluster-init-username=Administrator \
--cluster-init-password=password \
--cluster-init-port=8091 \
--cluster-init-ramsize=256
but all I get in response is
ERROR: command: cluster-init: localhost:8091, too many values to unpack
I’ve googled the error and found nothing of any help. Any ideas?