Upgrade, rollback, or uninstall Interaction Server

From Genesys Documentation
Jump to: navigation, search
This topic is part of the manual IXN/Current/Developers for version Current of Interaction Server.

Learn how to upgrade, rollback or uninstall Interaction Server.

Upgrade Interaction Server

Update Docker image versions in the values file or get a new Helm chart. Then install it with the following command:
helm upgrade --install <installation_name> <path_to_helm_chart> -f <overridden_values>

Rollback Interaction Server

Set previous Docker image versions in the values file or get a previous Helm chart. Then install it with the following command:
helm upgrade --install <installation_name> <path_to_helm_chart> -f <overridden_values>

Uninstall Interaction Server

helm uninstall <installation_name>

Manually delete all external secrets, if needed.

Retrieved from "https://all.docs.genesys.com/IXN/Current/IXNPEGuide/Upgrade (2025-07-12 09:48:45)"
Comments or questions about this documentation? Contact us for support!