Upgrade, rollback, or uninstall Genesys Authentication
From Genesys Documentation
This topic is part of the manual Genesys Authentication Private Edition Guide for version Current of Genesys Authentication.
Contents
Learn how to upgrade, rollback or uninstall Genesys Authentication.
Related documentation:
RSS:
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.
helm rollback
:helm rollback gauth
helm upgrade
:helm upgrade -f previous-values.yaml gauth ./gauth
Uninstall Genesys Authentication
Use the following command to uninstall Genesys Authentication:
helm uninstall gauth
Comments or questions about this documentation? Contact us for support!