February 7, 2024
Cloudera Operational Database (COD) 1.38 version introduces a new CDP CLI command.
COD has introduced a new CDP CLI command prepare-upgrade-database
The new CDP CLI command prepare-upgrade-database is used during the preparation phase of the runtime upgrades. This command performs all validations and downloads all required parcels for the upgrade operation. Following is a sample command.
cdp opdb prepare-upgrade-database --environment <environment-name> --database <database-name> [--runtime <runtime-version>] [--imageId <imageId>]
You can either use the runtime version [--runtime] or the image ID [--imageId] of the cluster while using this command.
For more information, see CDP CLI Beta.