Eric Therrien
09/09/2025, 7:39 PMsignoz-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
?Vibhu Pandey
09/09/2025, 7:56 PMEric Therrien
09/09/2025, 8:04 PMNagesh Bansal
09/10/2025, 12:04 PMEric Therrien
09/10/2025, 4:47 PM