Troubleshooting SigNoz Docker Setup Issue
TLDR Nishant had trouble running the Signoz docker setup after cleaning old version images. Srikanth suggested running migration for upgrading. After following the advice, Nishant successfully ran the setup.

Jun 28, 2023 (3 months ago)
Nishant
09:46 AMCommit on git
commit 2ee7817685cc921ffe295db3388bc1e370ee3d15 (HEAD -> main, origin/main)
Merge: 4a467435 803cfd1a
Author: Ankit Nayan <[email protected]>
Date: Thu Jun 22 00:56:11 2023 +0530
Merge pull request #2955 from SigNoz/release/v0.21.0
Release/v0.21.0
Error while running
docker-compose up -d
Creating network "clickhouse-setup_default" with the default driver
Creating zookeeper-1 ... done
Creating clickhouse ... done
Creating query-service ... done
Creating clickhouse-setup_otel-collector_1 ... done
Creating clickhouse-setup_otel-collector-metrics_1 ... done
ERROR: for alertmanager Container "e13908186a47" is unhealthy.
ERROR: Encountered errors while bringing up the project.
I have only commented out
hotrod
and load-hotrod
in docker-compose.yamlNishant
09:49 AMSrikanth
09:51 AM
Nishant
10:16 AMSigNoz Community
Indexed 825 threads (61% resolved)
Similar Threads
SigNoz Install Script Errors
Nishant encountered errors with the install.sh script. Prashant suggested using `bash install.sh` or `./install.sh` instead of `sh`.

SigNoz Deployment Issue in Docker Swarm with NFS Share
sati encounters issues with setting up SigNoz in docker-swarm with an NFS share resulting in otel-collector crash and inaccessible GUI. Nick experienced a similar problem and shared a workaround.
Troubleshooting SigNoz Local Setup on M1 Mac
Sindhu had issues with their local SigNoz installation using Docker on an M1 Mac. Srikanth helped diagnose the problem. It was resolved by manually starting the ClickHouse container and then starting SigNoz via Docker Compose in the terminal.
