#C01HWQ1R0BC Hello ,
I have an error after upgrade signoz.
otel-migrator-sync is in error on startup.
I have this log :
{"L":"info","timestamp":"2024-11-26T142423.166Z","C":"schema_migrator/manager.go:861","M":"Running operation","sql":"ALTER TABLE signoz_metrics.time_series_v4_1week ON CLUSTER cluster ADD COLUMN IF NOT EXISTS attrs Map(LowCardinality(String), String) DEFAULT map() CODEC(ZSTD(1))"}
{"L":"info","timestamp":"2024-11-26T142423.227Z","C":"schema_migrator/manager.go:810","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 [clickhouse9000] Code: 60. DB:Exception Could not find table: time_series_v4_1week. (UNKNOWN_TABLE) (version 24.1.2.5 (official build))","migration_id":1000}
Error: code: 60, message: There was an error on [clickhouse9000] Code: 60. DB:Exception Could not find table: time_series_v4_1week. (UNKNOWN_TABLE) (version 24.1.2.5 (official build))
Usage:....
Any idea please ?
Thanks,
KP
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.