Hello! I'm finally getting around to upgrading my signoz from version 0.71.0 to 0.76.2, but running into the following issue with the migrator:
Copy code
schema-migrator {"L":"info","timestamp":"2025-06-24T18:42:50.686Z","C":"schema_migrator/manager.go:868","M":"Updating migration entry","query":"ALTER TABLE signoz_metrics.schema_migrations_v2 ON CLUSTER cluster UPDATE status = $1, error = $2, updated_at = $3 WHERE migration_id = $4","status":"failed","error":"code: 60, message: There was an error on [chi-signoz-clickhouse-cluster-0-0:9000]: Code: 60. DB::Exception: Could not find table: time_series_v4_6hrs_mv_separate_attrs. (UNKNOWN_TABLE) (version 24.1.2.5 (official build))","migration_id":1001}
schema-migrator Error: code: 60, message: There was an error on [chi-signoz-clickhouse-cluster-0-0:9000]: Code: 60. DB::Exception: Could not find table: time_series_v4_6hrs_mv_separate_attrs. (UNKNOWN_TABLE) (version 24.1.2.5 (official build))
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.