"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
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.