#support

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.

Powered by Struct AI
white_check_mark1
4
3mo
Solved
Join the chat
Jun 28, 2023 (3 months ago)
Nishant
Photo of md5-c6e8dc7fcdf178830b4933494eff7768
Nishant
09:46 AM
I am unable to run the signoz docker setup after cleaning old version images, container, network and volumes for docker via docker prune command
Commit 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.yaml
09:49
Nishant
09:49 AM
docker logs e13
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
09:51 AM
When upgrade from version <= 0.18 to >= 0.19+ you need to run migration https://signoz.io/docs/operate/migration/upgrade-0.19/
white_check_mark1
Nishant
Photo of md5-c6e8dc7fcdf178830b4933494eff7768
Nishant
10:16 AM
Followed the doc and recreating containers after migration with docker-compose up -d done the job. Thanks