Difference between revisions of "GWS/Current/GWSPEGuide/Upgrade"

From Genesys Documentation
Jump to: navigation, search
(Published)
(Published)
Line 1: Line 1:
 
{{Article
 
{{Article
 
|Standalone=No
 
|Standalone=No
|DisplayName=Upgrade, rollback, or uninstall
+
|DisplayName=Upgrade, rollback, or uninstall GWS
 
|Context=Learn how to upgrade, rollback or uninstall Genesys Web Services and Applications.
 
|Context=Learn how to upgrade, rollback or uninstall Genesys Web Services and Applications.
 
|ComingSoon=No
 
|ComingSoon=No
 
|Section={{Section
 
|Section={{Section
|sectionHeading=Upgrade Genesys Web Services and Applications
+
|sectionHeading=Upgrade GWS
 +
|anchor=upgrade
 
|alignment=Vertical
 
|alignment=Vertical
|structuredtext={{Notices|Notice=PEComingSoon}}
+
|structuredtext=Web Services and Applications supports a {{Link-AnywhereElse|product=PrivateEdition|version=Current|manual=PEGuide|topic=UpgradStrats|anchor=RollUp|display text=Rolling Update strategy}} to upgrade its services. To get started, {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=Configure|anchor=override|display text=Override the Helm chart values}} and {{Link-SomewhereInThisVersion|manual=GWSPEGuide|topic=Configure|anchor=versions|display text=Update the versions file}} for gws-services.
 +
 
 +
Next, run the following command to upgrade:<syntaxhighlight>
 +
helm upgrade -f values.yaml -f versions.yaml gws-services ./gws-services
 +
</syntaxhighlight><br />
 
|Status=No
 
|Status=No
 
}}{{Section
 
}}{{Section
|sectionHeading=Rollback Genesys Web Services and Applications
+
|sectionHeading=Rollback GWS
 +
|anchor=rollback
 
|alignment=Vertical
 
|alignment=Vertical
|structuredtext={{Notices|Notice=PEComingSoon}}
+
|structuredtext=To rollback GWS, you can either use the <code>helm rollback</code> command or the <code>helm upgrade</code> command and specify the previous versions and values.
 +
 
 +
An example using <code>helm rollback</code>:<syntaxhighlight>
 +
helm rollback gws-services
 +
</syntaxhighlight>An example using <code>helm upgrade</code>:<syntaxhighlight>
 +
helm upgrade -f previous-values.yaml -f previous-versions.yaml gws-services ./gws-services
 +
</syntaxhighlight><br />
 
|Status=No
 
|Status=No
 
}}{{Section
 
}}{{Section
|sectionHeading=Uninstall Genesys Web Services and Applications
+
|sectionHeading=Uninstall GWS
 +
|anchor=uninstall
 
|alignment=Vertical
 
|alignment=Vertical
|structuredtext={{Notices|Notice=PEComingSoon}}
+
|structuredtext=Use the following command to uninstall GWS:<syntaxhighlight>
 +
helm uninstall gws-services
 +
</syntaxhighlight><br />
 
|Status=No
 
|Status=No
 
}}
 
}}
 
|PEPageType=2cad3824-b3b9-43aa-a726-143cc1aaefe2
 
|PEPageType=2cad3824-b3b9-43aa-a726-143cc1aaefe2
 
}}
 
}}

Revision as of 20:05, December 3, 2021

Learn how to upgrade, rollback or uninstall Genesys Web Services and Applications.

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.

An example using helm rollback:
helm rollback gws-services
An example using 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

Retrieved from "https://all.docs.genesys.com/GWS/Current/GWSPEGuide/Upgrade (2025-07-23 08:06:46)"
Comments or questions about this documentation? Contact us for support!