Package update
To update the Blueworx packages, use the yum update command specifying:
yum update blueworx-*
Do not use this if you do not want all packages installed. Follow the instructions below to update individual packages.
Update specific packages
To update a specific Blueworx package, specify the package name on the update command:
yum update package-name
The Blueworx packages are:
CPD database update
After updating the blueworx-db package the CPD database must be updated.
If a local database is being used then run:
/opt/blueworx/db/bin/bdb install
If a remote database is being used then run:
/opt/blueworx/db/bin/bdb install hostname port
hostnameis replaced with the hostname of the remote database server and
portis replaced by the port being used by PostgreSQL on the remote database server.