This message was deleted.
# support
s
This message was deleted.
n
I've seen this due to a
schema-migrator
job failing to get cleaned up after a previous upgrade. If the job has finished (which you can check via
kubectl -n <your signoz namespace> get jobs
), it should be safe to explicitly delete the vestigial job resource via
kubectl -n <your signoz namespace> delete jobs/<name of schema migrator job>
Once you've cleaned that up, doing the
helm
upgrade should succeed (at least this worked for me)
s
yea it worked
thanks
👍 1
p
Thanks for helping Saad @Nicolas Rakover 👍
n
you got it dude
e
Hi! I'm trying to make a fresh install with helm, and this migrator has stuck and doesn't let it happen)
I just get: signoz-schema-migrator-init wget: bad address 'signoz-clickhouse:8123' signoz-schema-migrator-init waiting for clickhouseDB indefinitely in job's log Is there any way to skip it when it's just the first deploy?)
Is it safe to use schemaMigrator: enabled: false for the first time?
Well, temporary disabling the migrator was helpful. Thanks :D
187 Views