Uninstalling inSync Enterprise
Overview
This section contains instructions for uninstalling inSync Enterprise.
Before you begin
Before you begin, make sure that inSync server is not running.
Uninstalling inSync server from Windows
To uninstall inSync server
- From the Start menu, select All Programs > Druva inSync Server > Uninstall Druva inSync Server.
- Click Yes.
- Manually delete the following folders:
- C:\inSyncServer4
- C:\Program Files (x86)\Druva
Uninstalling inSync server from Ubuntu
Before you begin, run the following command to know the version of the installed server:
dpkg --get-selections|grep druva
To uninstall inSync server
- Run the following command:
sudo dpkg -r druva<version>
- Manually delete the following folders:
- /etc/inSyncServer
- /opt/Druva/inSyncServer
- /var/log/inSync
Uninstalling inSync server from CentOS
Before you begin, run the following command to know the version of the installed server:
dpkg --get-selections|grep druva
To uninstall inSync server
- Run the following command:
rpm -e <package_name>
In this command, <package_name> represents the file name (along with the extension) of the .rpm package.
- Manually delete the following folders:
- /etc/inSyncServer
- /opt/Druva/inSyncServer
- /var/log/inSync