A newer version of this documentation is available.

View Latest
February 16, 2025
+ 12

A utility for exporting data from a Couchbase cluster

SYNOPSIS

cbexport [--version] [--help] <command> [<args>]

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.

ENVIRONMENT AND CONFIGURATION VARIABLES

(None)

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.

FURTHER DOCUMENTATION

A manual page is available for each of the supported sources listed above.

AUTHORS

cbexport[1] is a Couchbase Source tool and was written by Couchbase.

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.

SEE ALSO

CBEXPORT

Part of the cbexport suite