ccmdb dump

The ccmdb dump command dumps the metadata of a database to a dump file or to standard output.

Synopsis

ccmdb dump database_path [-t|-to dumpfile|-]

Uses

For more information, see Database dump method.

You must run this command on the database server, as user ccm_root.

Options and arguments

database_path
Specifies the path to the database you are dumping.
-t|-to dumpfile|-
Specifies the destination of the database dump. You can dump to a dump file or to standard output ("-").
The default pack file path is database_name.dmp. It is located in the directory above the database_name leaf under the database_path.

Examples


Feedback