macoscouchbasebulkloaderbulk-load

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.


Solution

  • 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