Uninstall Enterprise Analytics
- concept
The Enterprise Analytics application and its associated data can be removed from supported systems.
Uninstalling Enterprise Analytics from a system involves removing the Enterprise Analytics application along with any directories containing Couchbase configuration files, data, and logs.
This page describes how to uninstall Enterprise Analytics from Linux systems; and assumes that you have already performed a standard package-based install.
Before You Uninstall
If the system is a part of an active Enterprise Analytics cluster, you must remove it and rebalance the cluster to take the node out of the configuration. You’ll also need to update Enterprise Analytics clients to point to an available node within the active cluster.
The instructions on this page removes Enterprise Analytics, and all configuration and database files. Make sure that you backup your configuration and data before proceeding, as this process cannot be undone. |
Linux
-
Stop the Enterprise Analytics process if it’s running.
sudo systemctl stop enterprise-analytics
For more information, see Start and Stop Enterprise Analytics.
-
Remove the application and packages.
-
RHEL
-
Ubuntu and Debian
sudo rpm -e enterprise-analytics
sudo dpkg -r enterprise-analytics
-
-
Remove the data and log directories.
sudo rm -rf /opt/enterprise-analytics
If you specified non-default locations for Couchbase data, indexes and so on during initial setup of the node, you must delete them to complete the uninstall process.