<https://signoz-community.slack.com/archives/C01HW...
# support
a
Sorry, i should've reacted here.
We have Signoz on 2 env, also on our test i; having the same issue which, When i run cd deploy && ./install.sh all seem to be going correctly apart from signoz-init-clickhouse which doesn't want to run and keeps on restarting and finally fails on memory space,
One more update i uninstalled all even deleting volumes so i have a clear installation even folder where Signoz was i removed completelly. After installing containers and running them signoz-init-clickhouse and chcema-migrator-sync are in state 'Exited' for some reason, please is there anything that needs to be explicitly configured, previous installation 0.69 was straight forward now i did the same and it doesn't work for me. Here us the proces of installaction from the server: root@apm01dev:/var/signoz# docker-compose -f deploy/docker/docker-compose.yaml up -d --build [+] Building 0.0s (0/0) docker:default [+] Running 14/14 ✔️ Network signoz-net Created 0.1s ✔️ Volume "signoz-alertmanager" Created 0.0s ✔️ Volume "signoz-zookeeper-1" Created 0.0s ✔️ Volume "signoz-clickhouse" Created 0.0s ✔️ Volume "signoz-sqlite" Created 0.0s ✔️ Container signoz-zookeeper-1 Healthy 0.0s ✔️ Container signoz-init-clickhouse Exited 0.0s ✔️ Container signoz-clickhouse Healthy 0.0s ✔️ Container schema-migrator-sync Exited 0.0s ✔️ Container signoz-query-service Healthy 0.0s ✔️ Container schema-migrator-async Started 0.0s ✔️ Container signoz-otel-collector Started 0.0s ✔️ Container signoz-alertmanager Started 0.0s ✔️ Container signoz-frontend Started 0.0s root@apm01dev:/var/signoz# docker logs signoz-init-clickhouse Fetching histogram-binary for linux/amd64 Connecting to github.com (140.82.121.4:443) Connecting to objects.githubusercontent.com (185.199.110.133:443) saving to 'histogram-quantile.tar.gz' histogram-quantile.t 100% |********************************| 653k 00000 ETA 'histogram-quantile.tar.gz' saved LICENSE README.md histogram-quantile root@apm01dev:/var/signoz# sudo docker-compose -f deploy/docker/docker-compose.yaml stop [+] Stopping 9/9 ✔️ Container signoz-otel-collector Stopped 0.3s ✔️ Container schema-migrator-async Stopped 0.0s ✔️ Container signoz-frontend Stopped 0.2s ✔️ Container signoz-alertmanager Stopped 0.1s ✔️ Container signoz-query-service Stopped 0.1s ✔️ Container schema-migrator-sync Stopped 0.0s ✔️ Container signoz-clickhouse Stopped 1.0s ✔️ Container signoz-init-clickhouse Stopped 0.0s ✔️ Container signoz-zookeeper-1 Stopped 0.4s root@apm01dev:/var/signoz# sudo docker-compose -f deploy/docker/docker-compose.yaml start [+] Running 9/9 ✔️ Container signoz-init-clickhouse Exited 0.2s ✔️ Container signoz-zookeeper-1 Healthy 0.2s ✔️ Container signoz-clickhouse Healthy 0.2s ✔️ Container schema-migrator-sync Exited 0.2s ✔️ Container signoz-query-service Healthy 0.2s ✔️ Container schema-migrator-async Started 0.2s ✔️ Container signoz-otel-collector Started 0.2s ✔️ Container signoz-alertmanager Started 0.2s ✔️ Container signoz-frontend Started 0.2s root@apm01dev:/var/signoz#
p
signoz-init-clickhouse and chcema-migrator-sync are in state 'Exited
^ these two are expected to exit after running once
a
the issue still persists, the problem is that when this container is truing to start it gets into the loop and trying to download file "histogram-quantile.tar.gz" || 653k 00000 ETA 'histogram-quantile.tar.gz' saved LICENSE README.md histogram-quantile Fetching histogram-binary for linux/amd64 Connecting to github.com (140.82.121.3:443) Connecting to objects.githubusercontent.com (185.199.108.133:443) saving to 'histogram-quantile.tar.gz' histogram-quantile.t 100% ||
2025-01-31 210556 Fetching histogram-binary for linux/amd64 2025-01-31 210556 Connecting to github.com (140.82.121.4:443) 2025-01-31 210557 Connecting to objects.githubusercontent.com (185.199.108.133:443) 2025-01-31 210557 saving to 'histogram-quantile.tar.gz' 2025-01-31 210557 histogram-quantile.t 43% |************* | 283k 00001 ETA 2025-01-31 210557 histogram-quantile.t 100% |********************************| 653k 00000 ETA 2025-01-31 210557 'histogram-quantile.tar.gz' saved 2025-01-31 210557 LICENSE 2025-01-31 210557 README.md 2025-01-31 210557 histogram-quantile
Please do you have any idea why it gets into the loop and doesn't want to start? thank you