Skip to main content

Uninstalling Agility Sync

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

Overview

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

Agility Sync File Locations

There are three locations that contain files Agility Sync 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.