Hello Everyone , I am trying to upgrade to latest signoz version using helm . But signoz-schema-migr...
p
Hello Everyone , I am trying to upgrade to latest signoz version using helm . But signoz-schema-migrator-upgrade pod is crashing. Can someone please help me with the solution. Note: chart version used -> 0.45.3
s
Please share the logs of clickhouse
p
clickhouse_logs.txt
s
Please exec intot clickhouse and find the entries from mutations and kill the,.
Copy code
SELECT * FROM system.mutations WHERE is_done = 0;
Copy code
KILL MUTATION WHERE mutation_id = '<id-from-above-result>'
p
Thanks for replying , Now i am encountering issues something related to database dirty version Error: "Dirty database version 10. Fix and force version."
s
Hi @Prashanth Rebba, please exec into clickhouse and run
DROP TABLE signoz_logs.schema_migrations
p
I have tried this "DROP TABLE signoz_logs.schema_migrations," still issue seems to be persist @Srikanth Chekuri