kdb Insights Core 3.1.0
Release Date
2022-07-12
kdb Insights Installer
[FIX] Ubuntu 22.04 support added to installer
[FIX] [NUC] Instead of passing the license key to the the installer as a base64 encoded variable as below
sh KxCloudEdition/code/kdb/qce-install.sh --license="$KDB_LICENSE_B64"
It is now passed in using the path to the license file
sh KxCloudEdition/code/kdb/qce-install.sh --license-file="/path/to/license/file"
This fix also improves the installer error handling.