CPD Operation

The following commands are provided to modify the CPD database:

bdb install installs or upgrades the database.

bdb backup backs up the database contents to a file specified as a parameter.
Note: Although run as root, this command su's to the postgres user to create the backup file. Therefore the postgres user must have write access to the directory in which the backup file is being created.

bdb restore restores the database from a backup file created by bdb backup.

bdb remove removes the database.

To get full details of the required and optional parameters for each command run the command with "--help" specified