hello. I am trying to install (self-host) a fresh copy of the latest signoz (app 0.71.0 chart 0.69.0) in my kubernetes cluster. I already am running signoz from chart version 0.44 in the same cluster (different namespace). The only things I am overwriting over the original chart values.yaml. Are some node affinity and tolerations properties, as well as otelCollector traces pipeline to take its traces from a Kafka topic. The migrations containers are all failing after they take many turns to try. The frontend app is then active but I can't load the services page. The query service says "Table signoz_metrics.distributed_time_series_v4_1day does not exist. Maybe you meant signoz_metrics.distributed_time_series_v2?"
Whereas the migration container fails like this:
There was an error on [chi-signoz-v-0-69-clickhouse-cluster-0-09000] Code: 60. DB:Exception Could not find table: root_operations. (UNKNOWN_TABLE) (version 24.1.2.5 (official build))
Any ideas on how I can get past this?