Hello team, I’m wondering why the initial <Install...
# support
e
Hello team, I’m wondering why the initial Install SigNoz Using Docker Compose saying
git 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?
p
Copy code
docker compose -f docker/clickhouse-setup/docker-compose.yaml up -d
The above command is enough to bring up the SigNoz cluster.
install.sh
script detects if docker is installed, if not it does it.