Remove the old DS installation
❗️ This will delete data
cd /opt/aivero/ds
docker compose down -v --remove-orphans
Verify nothing is running anymore:
docker ps
# should be empty
Remove the folder
sudo rm -rf /opt/aivero/ds/*
❗️ This will delete data
cd /opt/aivero/ds
docker compose down -v --remove-orphans
Verify nothing is running anymore:
docker ps
# should be empty
Remove the folder
sudo rm -rf /opt/aivero/ds/*