For testing, it might not be clear to users how to restart/reinstall SigNoz.
Scenario:
A user has installed SigNoz on local host, but he might want to play with it later. In the meantime, he doesn't want SigNoz to keep using the ports.
This guy uninstalled SigNoz bring docker images down using sudo docker-compose -f docker/clickhouse-setup/docker-compose.yaml down -v. But he was unsure whether to use install script again. His question was whether he needs to do this everytime.
For testing, it might not be clear to users how to restart/reinstall SigNoz. Scenario: A user has installed SigNoz on local host, but he might want to play with it later. In the meantime, he doesn't want SigNoz to keep using the ports. This guy uninstalled SigNoz bring docker images down using
sudo docker-compose -f docker/clickhouse-setup/docker-compose.yaml down -v
. But he was unsure whether to use install script again. His question was whether he needs to do this everytime.