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-servicesRollback 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-serviceshelm upgrade:helm upgrade -f previous-values.yaml -f previous-versions.yaml gws-services ./gws-servicesUninstall GWS
Use the following command to uninstall GWS:
helm uninstall gws-servicesComments or questions about this documentation? Contact us for support!