Skip to main content

Instance Uninstallation

1. Uninstallation Overview

The uninstallation process for CSGHub Omnibus is the same as any standard Docker Compose application. You simply need to stop and remove the containers.

2. Uninstallation Steps

Stop and Remove Containers

Run the following command in the directory containing your docker-compose.yaml file:

docker compose down 

[Optional] Delete Persistence Directories

If you wish to completely wipe the data, you can manually delete the persistence folders. These directories contain configuration files, object storage data, Git repositories, and logs.

rm -rf ./csghub

Warning: This action is irreversible. Please ensure you have backed up any critical data before deleting the persistence directories.