Search:

Search all manuals
Search this manual
Manual
Couchbase Server Manual 1.8
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
7.2 Using couchbase-cli
Chapter Sections
Chapters

7.2.8. Creating New Buckets

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