cbexport
A utility for exporting data from a Couchbase cluster
DESCRIPTION
cbexport is used to export data from Couchbase in various different formats.
For more information on how specific commands work you can run "cbexport <command> --help".
OPTIONS
- --version
-
Prints the cbexport suite version that the cbexport program came from.
- --help
-
Prints the synopsis and a list of commands.
If a cbexport command is named, this option will bring up the manual page for that command.
CBEXPORT COMMANDS
- cbexport-json
-
Exports data from Couchbase into a JSON file.
COLLECTION AWARE EXPORTS
The default behavior of export for the cluster versions which support collections is to export all available scopes/collections in a bucket.
DISCUSSION
The cbexport command is used to export data from Couchbase to various different formats. Each supported export format is a subcommand of the cbexport utility.
REPORTING BUGS
Report urgent issues to the Couchbase Support Team at support@couchbase.com. Bugs can be reported to the Couchbase Jira Bug Tracker at http://www.couchbase.com/issues.
CBEXPORT
Part of the cbexport suite