Upgrade, rollback, or uninstall Genesys Authentication

From Genesys Documentation
Jump to: navigation, search
This topic is part of the manual Genesys Authentication Private Edition Guide for version Current of Genesys Authentication.

Learn how to upgrade, rollback or uninstall Genesys Authentication.

Upgrade Genesys Authentication from version 100.0.007.3692

If you have installed Genesys Authentication version 100.0.007.3692, before upgrading to a new version you must first prepare the PostgreSQL database.

Run the following psql commands:
env=# SET search_path TO env;
SET
env=# delete from schema_version where version = '18';
DELETE 1
env=# delete from schema_version where version = '18.1';
DELETE 1
env=# drop table openid_providers;
DROP TABLE

Now follow the instructions in Upgrade Genesys Authentication to complete the upgrade to the new version.

Upgrade Genesys Authentication

Genesys Authentication supports a Rolling Update strategy to upgrade its services. To upgrade Genesys Authentication, first Override the Helm chart values.

Next, run the following command to upgrade:
helm upgrade -f values.yaml gauth ./gauth

Rollback Genesys Authentication

To rollback Genesys Authentication, you can either use the helm rollback command or the helm upgrade command and specify the previous values.

An example using helm rollback:
helm rollback gauth
An example using helm upgrade:
helm upgrade -f previous-values.yaml gauth ./gauth

Uninstall Genesys Authentication

Use the following command to uninstall Genesys Authentication:
helm uninstall gauth
Retrieved from "https://all.docs.genesys.com/AUTH/Current/AuthPEGuide/Upgrade (2024-04-25 23:41:45)"
Comments or questions about this documentation? Contact us for support!