Hi team , I am facing issues in upgrade . ```"msg":"Failed to run migrations","component":"migrate c...
s
Hi team , I am facing issues in upgrade .
Copy code
"msg":"Failed to run migrations","component":"migrate cli","error":"clickhouse migrate failed to run, error: Dirty database version 11. Fix and force version."
I have tried dropping tables , but no luck
Copy code
kubectl exec -it -n platform chi-my-release-clickhouse-cluster-0-0-0 -- sh -c "clickhouse-client --multiquery 'DROP TABLE signoz_traces.schema_migrations ON CLUSTER cluster; DROP TABLE signoz_metrics.schema_migrations ON CLUSTER cluster; DROP TABLE signoz_logs.schema_migrations ON CLUSTER cluster'"
Defaulted container "clickhouse" out of: clickhouse, my-release-clickhouse-udf-init (init)
chi-my-release-clickhouse-cluster-0-0	9000	0		0	0
chi-my-release-clickhouse-cluster-0-0	9000	0		0	0
Please help