self-hosted
self-hosted copied to clipboard
Sentry doesn't build
Self-Hosted Version
25.5.1 (comit id - 4c973e0824d5eb5352d9dfd21789227fcc5da748)
CPU Architecture
x86_64
Docker Version
Docker version 28.2.2, build e6534b4
Docker Compose Version
v2.37.1
Machine Specification
- [x] My system meets the minimum system requirements of Sentry
Steps to Reproduce
→ docker-compose up -d --wait
Expected Result
It gets build,
Actual Result
[+] Running 9/9 ✔ Container sentry-self-hosted-memcached-1 Running 0.0s ✔ Container sentry-self-hosted-redis-1 Healthy 0.5s ✔ Container sentry-self-hosted-symbolicator-cleanup-1 Running 0.0s ✔ Container sentry-self-hosted-vroom-cleanup-1 Running 0.0s ✔ Container sentry-self-hosted-postgres-1 Running 0.0s ✔ Container sentry-self-hosted-smtp-1 Running 0.0s ✔ Container sentry-self-hosted-symbolicator-1 Running 0.0s ✘ Container sentry-self-hosted-kafka-1 Error 0.5s ✘ Container sentry-self-hosted-clickhouse-1 Error 0.5s dependency failed to start: container sentry-self-hosted-kafka-1 is unhealthy
Event ID
No response
Any way to try a different version that nighly?
→ docker-compose up -d --wait
You need to run ./install.sh first.
It happened to me also when I was trying to install the current master. The migration breaks during the install.sh execution. So, I did a full reset, checkout 25.5.1 tag and installed successfully. And finally I restored a dump.
It happened to me also when I was trying to install the current master. The migration breaks during the
install.shexecution. So, I did a full reset, checkout 25.5.1 tag and installed successfully. And finally I restored a dump.
@danilogco Migration error issue is here: https://github.com/getsentry/self-hosted/issues/3766, this issue is a bit vague that "sentry doesn't build" and the original author hasn't responded yet.
Sorry, I updated the sentry repo and killed off any previously running sentry instances, and now it seem to be fixed.