Can't upgrade to v0.94.0 or 94.1 via helm since the `signoz-schema-migrator-sync` pod gets stuck at ...
e
Can't upgrade to v0.94.0 or 94.1 via helm since the
signoz-schema-migrator-sync
pod gets stuck at Init:1/2, with the
schema-migrator
container within it getting stuck at
PodInitializing
. I ran the following to get the logs of the containers within the migrator-sync pod (
kubectl logs signoz-schema-migrator-sync-d4mpv -c schema-migrator-sync-ch-ready -n <namespace>
) and see the following logs: > expected version: 25.5.6, current version: 24.1.2.5 > waiting for clickhouse with correct version > expected version: 25.5.6, current version: 24.1.2.5 > waiting for clickhouse with correct version > ... Obviously this relates to the clickhouse upgrade between 93.0 and 94.0, but I thought an upgrade via helm would also increment the clickhouse version, but seems it doesn't get that far? Not sure what the procedure is; should I manually update the clickhouse pod to use
25.5.6
instead of
24.1.2-alpine
?
e
Somehow I missed this doc... Thanks
n
Hey @Eric Therrien, were you able to resolve this?
e
I was, yes!