简体   繁体   中英

Couchbase Server on Mac: cbdocloader not installed

I have installed Couchbase Server 3.0 on Mac OSX 1.9.5 using the package from couchbase, installed using all defaults, and I am not able to locate cbdocloader in the expected folder

 /Applications/Couchbase Server.app/Contents/Resources/couchbase-core/bin/tools

The only tools available are:

 cbanalyze-core 
 vbucketkeygen  
 vbuckettool

I do not see any information about the deprecation of this tool or an alternative approach to load data.

You are looking in the wrong folder, it's in bin and not tools :

[user:~] $ /Applications/Couchbase\ Server.app/Contents/Resources/couchbase-core/bin/cbdocloader -h
Usage: cbdocloader [options] <directory>|zipfile

Example: cbdocloader -u Administrator -p password -n 127.0.0.1:8091 -b mybucket -s 100 gamesim-sample.zip

Options:
  -h, --help         show this help message and exit
  -u Administrator   Username
  -p password        Password
  -b mybucket        Bucket
  -n 127.0.0.1:8091  Node address
  -s 100             RAM quota in MB

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM