SecBuzzerESM Re installation Manual - secbuzzer/DetectionEdge GitHub Wiki

SecBuzzerESM Re-installation Manual

When entering Ubuntu, since the installation process requires the access of root, please switch your account first.

sudo su

1. Close all the dockers containers in operation

docker kill $(docker ps -q)
docker rm $(docker ps -a -q)

2. Delete all the docker images

docker rmi $(docker images -q)

3.Clean up docker and docker-compose

rm /usr/bin/docker*
rm /usr/local/bin/docker-compose

4. Backup env

cp /opt/SecBuzzerESM/SecBuzzerESM.env /home/esm/

5. Remove SecBuzzerESM

rm -r /opt/SecBuzzerESM

6. Re-installation

For the rest of steps, kindly refer to the SecBuzzerESM offline installation manual or online installation manual.