Difference between revisions of "UCS/Current/UCSPEGuide/Upgrade"

From Genesys Documentation
Jump to: navigation, search
(Published)
(Published)
Line 7: Line 7:
 
|Section={{Section
 
|Section={{Section
 
|sectionHeading=Upgrade UCS
 
|sectionHeading=Upgrade UCS
 +
|anchor=upgrade
 
|alignment=Vertical
 
|alignment=Vertical
|structuredtext=Use helm upgrade to upgrade:
+
|structuredtext=UCS supports a {{Link-AnywhereElse|product=PrivateEdition|version=Current|manual=PEGuide|topic=UpgradStrats|anchor=RollUp|display text=Rolling Update strategy}}. To upgrade UCS, first {{Link-SomewhereInThisVersion|manual=UCSPEGuide|topic=Configure|anchor=override-helm-values|display text=override the Helm chart values}}.
  
<code>helm upgrade -f ./values.yaml ucsx ucsx-100.x.tgz -n ucsx</code>
+
Use the <code>helm upgrade</code> to upgrade:
 +
 
 +
<code>helm upgrade -f ./values.yaml ucsx ucsx-100.x.tgz</code>
 
<br />
 
<br />
 
|Status=No
 
|Status=No
 
}}{{Section
 
}}{{Section
 
|sectionHeading=Rollback UCS
 
|sectionHeading=Rollback UCS
 +
|anchor=rollback
 
|alignment=Vertical
 
|alignment=Vertical
|Status=Yes
+
|structuredtext=To roll back UCS, use the <code>helm rollback</code> command:
 +
 
 +
<code>helm rollback ucsx</code>
 +
|Status=No
 
}}{{Section
 
}}{{Section
 
|sectionHeading=Uninstall UCS
 
|sectionHeading=Uninstall UCS
 +
|anchor=uninstall
 
|alignment=Vertical
 
|alignment=Vertical
 
|structuredtext=Run the following command to uninstall UCS:
 
|structuredtext=Run the following command to uninstall UCS:
  
<code>helm uninstall ucsx -n ucsx</code>
+
<code>helm uninstall ucsx</code>
 
|Status=No
 
|Status=No
 
}}
 
}}
 
|PEPageType=2cad3824-b3b9-43aa-a726-143cc1aaefe2
 
|PEPageType=2cad3824-b3b9-43aa-a726-143cc1aaefe2
 
}}
 
}}

Revision as of 05:14, March 31, 2022

Learn how to upgrade, rollback or uninstall Universal Contact Service (UCS).

Upgrade UCS

UCS supports a Rolling Update strategy. To upgrade UCS, first override the Helm chart values.

Use the helm upgrade to upgrade:

helm upgrade -f ./values.yaml ucsx ucsx-100.x.tgz

Rollback UCS

To roll back UCS, use the helm rollback command:

helm rollback ucsx

Uninstall UCS

Run the following command to uninstall UCS:

helm uninstall ucsx

Retrieved from "https://all.docs.genesys.com/UCS/Current/UCSPEGuide/Upgrade (2024-10-06 21:26:34)"
Comments or questions about this documentation? Contact us for support!