Create a new couchbase bucket with a dedicated port with the
bucket-create command and associated bucket
options. Note that the minimum size you can specify is 100MB,
and the maximum number of replicas is 3.
shell> couchbase-cli bucket-create -c 192.168.0.1:8091 --bucket=test_bucket \ --bucket-type=couchbase --bucket-port=11222 --bucket-ramsize=200 \ --bucket-replica=1
To create a new memcached bucket with SASL authentication use
the bucket-create command and the
--bucket-password=PASSWORD option:
shell> couchbase-cli bucket-create -c 192.168.0.1:8091 --bucket=test_bucket \ --bucket-type=memcached--bucket-password=password \ --bucket-ramsize=200
To view the status of a cluster rebalance, use the