xxxxxxxxxxexport IW_HOME=/opt/infoworksxxxxxxxxxxcat $IW_HOME/iw-k8s-installer/infoworks/Chart.yaml | grep appVersionxxxxxxxxxxappVersion: 5.4.0Ensure 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.
xxxxxxxxxxwget https://iw-saas-setup.s3.us-west-2.amazonaws.com/5.4/rollback-k8s.shStep 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.
xxxxxxxxxxchmod +x rollback-k8s.shStep 5: Run the script.
xxxxxxxxxx./rollback-k8s.sh -v 5.3.1Step 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.
xxxxxxxxxxEnter N to skip running the above command to upgrade the helm deployment. (timeout: 30 seconds): Y