Date of Release: October 2023
JIRA ID | Issue |
---|---|
IPD-24502* | Support ingestion from Azure Event Hub using OAuth. Limitation: Ingestion job for confluent (while using OAuth) should be submitted to a non interactive cluster. |
JIRA ID | Issue |
---|---|
IPD-24602* | Pipeline config import not proceeding further, giving a blank screen. |
IPD-24601* | All the reference tables are not listed in the reference table dropdown of the target configuration. |
IPD-24598* | All the source tables (included in the domain) are not listed in the table mappings dropdown. |
IPD-24201* | Unable to use derived column as watermark column for incremental ingestion. |
IPD-24529* | Subset of users unable to authenticate via SAML after upgrade to 5.5. |
IPD-24537* | Uncheck "enable watermark offset" is not working 5.5. |
IPD-24546* | Ingestion job marked as failed after successfully ingesting data. |
IPD-24555* | Filter sources by associated_domains using Infoworks API in v5.5. |
IPD-24529 | Subset of users unable to authenticate via SAML after upgrade to 5.5. |
IPD-24093 | Config-maps are getting overwritten during upgrade. |
xxxxxxxxxx
cat /opt/infoworks/iw-k8s-installer/infoworks/Chart.yaml | grep appVersion
xxxxxxxxxx
appVersion: 5.5.0.1
Ensure to take backup of MongoDB Atlas and PostgresDB PaaS. In case you don't take the backup, jobs will fail after the rollback operation. For more information, refer to the MongoDB Backup and PostgresDB PaaS Backup |
To upgrade Infoworks on Kubernetes:
It is assumed that the existing chart is placed in the /opt/infoworks directory and the user has the access permission. |
xxxxxxxxxx
export IW_HOME="/opt/infoworks"
Before selecting the type of upgrade execute the following commands.
Step 1: Create the required directories and change the path to that directory.
xxxxxxxxxx
mkdir -p $IW_HOME/downloads
cd $IW_HOME/downloads
Step 1: Download the upgrade tar files shared by the Infoworks team to the Bastion (Jump host) VM and place it under $IW_HOME/downloads.
Step 2: To configure Internet-free upgrade, execute the following command:
xxxxxxxxxx
export INTERNET_FREE=true
Step 1: Download the Update script tar file.
xxxxxxxxxx
wget https://iw-saas-setup.s3-us-west-2.amazonaws.com/5.5/iwx_updater_k8s_5.5.0.2.tar.gz
Step 1: Extract the iwx_updater_k8s_5.5.0.2.tar.gz under $IW_HOME/downloads.
Do not extract the tar file to /opt/infoworks/iw-k8s-installer as it would result in loss of data. |
xxxxxxxxxx
tar xzvf iwx_updater_k8s_5.5.0.2.tar.gz
This should create two new files as follows - update-k8s.sh and configure.sh.
Step 2: Run the script.
xxxxxxxxxx
./update-k8s.sh -v 5.5.0.2
helm upgrade 531 /opt/infoworks/iw-k8s-installer/infoworks -n aks-upgrade-540 -f /opt/infoworks/iw-k8s-installer/infoworks/values.yaml
Enter N to skip running the above command to upgrade the helm deployment. (timeout: 30 seconds): N
Upgrade success
Step 3: To modify any of the configurations listed below, follow the steps:
Step 3A: Navigate to the directory IW_HOME/iw-k8s-installer/infoworks
. And Edit the values.yaml
file
Name | Description | Default Values | |
---|---|---|---|
Email configuration | smtpHost | The SMTP host URL to connect to | smtp.gmail.com |
smtpPort | SMTP port | 587 | |
smtpUsername | The SMTP User to authenticate as | email address | |
smtpPassword | The Password for the SMTP user | Encrypted password | |
DT | timeoutSeconds | Timeout for DT | 7200 |
Ingestion | timeoutSeconds | Timeout for Ingestion | 7200 |
nginx.ingress | kubernetes.io/proxy-body-size | Nginx proxy body size | 10m |
Step 3B: After editing the annotations, the values.yaml file should look as shown below:
Update the values and save the file.
Step 3C: Navigate to the directory IW_HOME/iw-k8s-installer. And Run the iw_deploy script
xxxxxxxxxx
./iw_deploy.sh
Step 3D: Restart all the deployments
xxxxxxxxxx
kubectl rollout restart deployment -n <namespace>
Step 4: (Applicable only for Databricks Persistent Clusters): A change in the Infoworks jar requires libraries being uninstalled and cluster restart. Without this step, there will be stale jars. Perform the following steps:
(i) Go to the Databricks workspace, navigate to the Compute page, and select the cluster that has stale jars.
(ii) In the Libraries tab, select all the Infoworks jars and click Uninstall.
(iii) From Infoworks UI or Databricks dashboard, select Restart Cluster.
xxxxxxxxxx
export IW_HOME=/opt/infoworks
xxxxxxxxxx
cat $IW_HOME/iw-k8s-installer/infoworks/Chart.yaml | grep appVersion
xxxxxxxxxx
appVersion: 5.5.0.2
Ensure to restore MongoDB Atlas and PostgresDB PaaS. In case you don't take the backup, jobs will fail after the restore operation. For more information, refer to the MongoDB Restore and PostgresDB Restore. |
Step 1: Download the rollback script.
xxxxxxxxxx
wget https://iw-saas-setup.s3.us-west-2.amazonaws.com/5.5/rollback-k8s.sh
Step 2: Place the Update script in the same directory as that of the existing iw-k8s-installer.
Step 3: Ensure you have permission to the $IW_HOME directory.
Step 4: Give executable permission to the rollback script using the below command.
xxxxxxxxxx
chmod +x rollback-k8s.sh
Step 5: Run the script.
xxxxxxxxxx
./rollback-k8s.sh -v 5.5.0.1
Step 6: You will receive the following prompt, "Enter N to skip running the above command to upgrade the helm deployment. (timeout: 30 seconds): ", type Y and press Enter.
xxxxxxxxxx
Enter N to skip running the above command to upgrade the helm deployment. (timeout: 30 seconds): Y