Genesys CX Insights
Genesys Customer Experience Insights (Genesys CX Insights or sometimes GCXI) provides a presentation layer that extracts data from the Genesys Info Mart database, and presents it in readable historical reports to enable business and contact center managers to make better business decisions for streamlining operations, reducing costs, and providing better services.
Genesys CX Insights has replaced Genesys Interactive Insights (GI2) as the historical reporting presentation layer. See also Genesys Info Mart and Reporting and Analytics Aggregates (RAA).
Glossary
Uninstalling Genesys CX Insights
- For the terms master/slave, Genesys uses “primary” and “secondary” or “primary” and “replica,” with exceptions for their use in third-party commands.
- For the terms blacklist/whitelist, Genesys uses blocklist/allowlist.
- For the term master, when used on its own, Genesys uses main wherever possible.
This page describes the steps needed to remove Genesys Customer Experience Insights (Genesys CX Insights) and supporting software, including Docker and Kubernetes.
Procedure: Uninstalling Genesys CX Insights and supporting software
Purpose: Use the steps in this procedure to uninstall Genesys CX Insights, and the software that supports it.
Steps
Caution: The following steps delete all Genesys CX Insights content, including reports and projects, and delete Genesys CX Insights meta db and related db users.
- Choose one of the following options to delete the Genesys CX Insights meta and hist databases:
- If you are using an external PostgreSQL server to host the meta database, execute the following command on the PRIMARY machine:
kubectl apply -f <destination path>/gcxi-cleanup.yaml
- where <destination path> is the folder in which you deployed the software.
- OR
- If you are using the pre-packaged meta database, execute the following command on the Control plane node machine:
- and delete the PostgreSQL data volume from the file system:
kubectl delete -f <destination path>/gcxi-postgres.yaml
- where <destination path> is the folder in which you deployed the software.
- If you are using an external PostgreSQL server to host the meta database, execute the following command on the PRIMARY machine:
- To reset Kubernetes , execute the following command, on each machine:
kubeadm reset
- To clean up volumes (logs, pre-packaged PostgreSQL data, and the external data source cache), execute the following commands:
- On each machine:
rm -rf /mnt/log
- On the Control plane node machine: This step removes any customizations you made to Genesys CX Insights.
rm -rf /genesys/gcxi/data
- On each machine: This step removes external datasources data.
rm -rf /genesys/gcxi/shared/*
- On each machine:
- To uninstall Kubernetes, see the documentation for Kubernetes website.
- To uninstall Docker, see the documentation on the Docker website.