Skip to main content
Version: 24.3

Uninstalling Agility Connect

This article explains how to uninstall Agility Connect from your system.

Overview

To uninstall Agility Connect, remove Agility Connect-related files, unset the AGILITYSYNC_HOME path, and uninstall or delete data in MongoDB.

Agility Connect File Locations

There are three locations that contain files Agility Connect installs. Execute the following commands to remove them:

  • rm -rf /var/agilitysync
  • rm -rf /opt/agilitysync
  • rm -rf /etc/agilitysync

Unset AGILITYSYNC_HOME

Unset the AGILITYSYNC_HOME variable in the console and remove the path from the agilitysync user's profile file.

  • unset AGILITYSYNC_HOME
  • remove the following line from .profile or .bash_profile: export AGILITYSYNC_HOME=<path>

Other Data

Other data is contained in the installed instance of MongoDB which can be uninstalled with your distribution's package manager.