跳转至

Uninstall

This guide will help you remove the Beatsight program and related components from your machine, clearing data to free up disk space. Please proceed with caution.

Tip

We recommend that you back up your data before proceeding, so you can restore it after reinstallation if needed. Please refer to here for detailed instructions.

Remove Service

To stop and remove the running Beatsight service using Docker Compose, follow these steps:

cd /opt/beatsight/beatsight-docker-1.3.0-ce

./dc down

This will stop and remove all containers associated with Beatsight.

Remove Docker Volumes

Next, you need to delete the Docker volumes associated with Beatsight to free up disk space. Please execute the following command:

docker volume rm beatsight-data
docker volume rm beatsight-postgres
docker volume rm beatsight-redis
docker volume rm beatsight-mq

These commands will remove all the data volumes used by Beatsight. Please note that the data in these volumes will be permanently lost and cannot be recovered.

Remove Docker Images

Finally, you can remove the Docker images related to Beatsight. Execute the following command:

docker rmi $(docker images | grep 'beatsight/')

This will delete all images starting with beatsight/, thereby freeing up more disk space.


After completing the steps above, you will have successfully removed the Beatsight program and all its related components, freeing up disk space. If you need to reinstall Beatsight in the future, please refer to the relevant documentation for installation instructions.

If you have any questions, please feel free to contact our technical support.