May 27, 2024
Stop LOGS with sudo ./logs down
Make sure no docker containers are running: sudo docker ps.
Make absolutely sure you don’t want to keep any of the data in the LOGS directory, e.g. the database in ./db and the primary data files in ./files.
Remove the LOGS directory.
If docker isn’t used for other applications, remove unused docker containers, images and networks with “sudo docker system prune -a”.