Eugene Evenwel
05/31/2024, 9:27 AMgit clone + docker compose.
However, when reading through the Upgrade SigNoz Cluster docs, it says we must use the install.sh script. We have also found that the install script is outdated. It uses docker-dompose instead of docker compose
We suspect the Upgrade docs are outdated. Is this correct?
We managed to upgrade succesfulle by only doing git pull + docker compose:
git pull and docker compose -f docker/clickhouse-setup/docker-compose.yaml up -d
Is that fine, or does the intall.sh script do anyhting else important we need to know about?Prashant Shahi
06/06/2024, 3:15 PMThe above command is enough to bring up the SigNoz cluster.Copy codedocker compose -f docker/clickhouse-setup/docker-compose.yaml up -d
install.sh script detects if docker is installed, if not it does it.