Upgrade, rollback, or uninstall Interaction Server
From Genesys Documentation
Learn how to upgrade, rollback or uninstall Interaction Server.
Related documentation:
RSS:
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.
Comments or questions about this documentation? Contact us for support!