Difference between revisions of "GWS/Current/GWSPEGuide/Upgrade"
From Genesys Documentation
(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 | + | |sectionHeading=Upgrade GWS |
+ | |anchor=upgrade | ||
|alignment=Vertical | |alignment=Vertical | ||
− | |structuredtext={{ | + | |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 | + | |sectionHeading=Rollback GWS |
+ | |anchor=rollback | ||
|alignment=Vertical | |alignment=Vertical | ||
− | |structuredtext= | + | |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 | + | |sectionHeading=Uninstall GWS |
+ | |anchor=uninstall | ||
|alignment=Vertical | |alignment=Vertical | ||
− | |structuredtext= | + | |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
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!