self-hosted icon indicating copy to clipboard operation
self-hosted copied to clipboard

Sentry doesn't build

Open themagicalmammal opened this issue 5 months ago • 3 comments

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

themagicalmammal avatar Jun 12 '25 14:06 themagicalmammal

Any way to try a different version that nighly?

themagicalmammal avatar Jun 12 '25 14:06 themagicalmammal

→ docker-compose up -d --wait

You need to run ./install.sh first.

aldy505 avatar Jun 13 '25 08:06 aldy505

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.

danilogco avatar Jun 15 '25 18:06 danilogco

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.

@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.

aldy505 avatar Jun 20 '25 01:06 aldy505

Sorry, I updated the sentry repo and killed off any previously running sentry instances, and now it seem to be fixed.

themagicalmammal avatar Jul 01 '25 10:07 themagicalmammal