Prem Bharwani
09/17/2025, 2:25 PMv.0.73.0
)
2. Did a $ docker compose down
, post which when I tried to run $ docker compose up
the signoz query service is failing.
signoz-query-service | {"level":"WARN","timestamp":"2025-09-17T10:11:15.424Z","caller":"query-service/main.go:161","msg":"No JWT secret key is specified."}
signoz-query-service | {"level":"FATAL","timestamp":"2025-09-17T10:11:15.959Z","caller":"query-service/main.go:190","msg":"Failed to create server","error":"missing destination name
updated_at in *[]model.Organization","stacktrace":"main.main\n\t/home/runner/work/signoz/signoz/ee/query-service/main.go:190\nruntime.main\n\t/home/runner/go/pkg/mod/golang.org/toolchai
n@v0.0.1-go1.22.7.linux-amd64/src/runtime/proc.go:271"}
signoz-query-service exited with code 1
Gracefully stopping... (press Ctrl+C again to force)
dependency failed to start: container signoz-query-service is unhealthy
Would really appreciate if someone can help me out / guide me to a direction to fix this. Thanks for your time!
cc - @Astha HaryaniVibhu Pandey
09/17/2025, 3:04 PMselect * from migration
?Prem Bharwani
09/18/2025, 5:45 AM$ docker exec -it <container_id> clickhouse-client
2. SHOW DATABASES;
& a quick query revealed that probably you're referring to signoz_metadata
db's schema_migrations_v2
table.
3. Further SELECT * FROM signoz_metadata.schema_migrations_v2
returned-
ββmigration_idββ¬βstatusββββ¬βerrorββ¬ββββββββββββββββββββcreated_atββ¬ββββββββββββββββββββupdated_atββ
β 1000 β finished β β 2025-03-05 11:06:38.000000000 β 2025-03-05 11:06:39.000000000 β
ββββββββββββββββ΄βββββββββββ΄ββββββββ΄ββββββββββββββββββββββββββββββββ΄ββββββββββββββββββββββββββββββββ
Vibhu Pandey
09/18/2025, 8:58 AMPrem Bharwani
09/22/2025, 6:24 AM