Post upgrade steps for Kyvos Enterprise
Applies to: Kyvos Enterprise Kyvos Cloud (SaaS on AWS) Kyvos AWS Marketplace
Kyvos Azure Marketplace Kyvos GCP Marketplace Kyvos Single Node Installation (Kyvos SNI)
This section outlines the steps to be taken after completing the upgrade process.
Post-upgrade steps for Azure to update AzCopy version
Note
Upon upgrading from a previous Kyvos version to Kyvos 2025.5, after configuring the Spark settings, add the value
JNAME=zulu17-ca-amd64to the environment variables, as mentioned below.From Kyvos 2024.3 onwards, the AzCopy version is upgraded from 10.16 to 10.25.
To upgrade the AzCopy version, perform the following steps on each Kyvos node (BI Server, Query Engine, Kyvos Manager, Web Portal).
SSH to Kyvos node.
Navigate to the cd /tmp directory by executing the following command.
Upload the UpdateAzcopy.sh script (provided in the following Azure Installation Files folder) and provide the execute permission by running the chmod 755 UpdateAzcopy.sh command.
Run the ./UpdateAzcopy.sh command. You can also verify the version by running the azcopy --version command.
Migrating Storage account TLS version from 1.0 to TLS 1.2
From Kyvos 2024.1 onwards, for fresh deployments on Azure, the minimum TLS version value must be 1.2. For existing environments, you need to perform the following post-deployment steps to migrate from TLS 1.0 and 1.1 to TLS 1.2.
Note
As of November 1, 2024, Azure Storage will no longer support TLS 1.0 and 1.1. It is essential to migrate to TLS 1.2 before this date.
Go to your Azure Storage account.
On the Home page, click Overview, and then click the Properties tab.
In the Security section, click Minimum TLS version and update it to 1.2 and then click Save.
Post-upgrade steps for environment variables for Spark-based deployments
Upon upgrading from a previous Kyvos version to Kyvos 2025.5, after configuring the Spark settings, add the value JNAME=zulu17-ca-amd64 to the environment variables.
Go to the Databricks compute cluster used for Kyvos.
Open the Advanced Options.
In the Environment Variables section, add JNAME=zulu17-ca-amd64
Click Apply to save the changes.