SHASHI KUMAR
06/18/2024, 10:29 AM"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
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