Appearance
Checking CDWM and Instance Versions
To check the version of Cloud Data Warehouse Manager (CDWM) that is hosting your data warehouse instances, log into Yellowbrick Manager as a user with the consumeradmin
role and go to Configuration > Warehouse Manager. For example:
To find out what version of the Yellowbrick database software is running on a data warehouse instance, go to Configuration > Instances. For example:
You can also see instance version information on the Yellowbrick Manager Dashboard.
Alternatively, In ybsql
or the Yellowbrick Manager Query Editor, you can use the VERSION()
function:
premdb=# select version() from sys.const;
version
--------------------------------------------------
Yellowbrick Database version 6.0.0-bc0b000b.1846
(1 row)
Parent topic:Database Administration