Upgrade, rollback, or uninstall GWS
From Genesys Documentation
This topic is part of the manual Genesys Web Services and Applications Private Edition Guide for version Current of Genesys Web Services and Applications.
Contents
Learn how to upgrade, rollback or uninstall Genesys Web Services and Applications.
Related documentation:
RSS:
Upgrade GWS
Web Services and Applications supports a Rolling Update strategy to upgrade its services. To get started, Override the Helm chart values and Update the versions file for gws-services.
Next, run the following command to upgrade:helm upgrade -f values.yaml -f versions.yaml gws-services ./gws-services
Rollback GWS
To rollback GWS, you can either use the helm rollback
command or the helm upgrade
command and specify the previous versions and values.
helm rollback
:helm rollback gws-services
helm upgrade
:helm upgrade -f previous-values.yaml -f previous-versions.yaml gws-services ./gws-services
Uninstall GWS
Use the following command to uninstall GWS:
helm uninstall gws-services
Comments or questions about this documentation? Contact us for support!