Leonardo Agueci
06/18/2025, 9:58 AM{"L":"info","timestamp":"2025-06-18T09:46:00.897Z","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 [clickhouse:9000]: 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 [clickhouse:9000]: Code: 60. DB::Exception: Could not find table: time_series_v4_1week. (UNKNOWN_TABLE) (version 24.1.2.5 (official build))
Am I missing something? I should run some db migration before trying to upgrade to 0.70.0?
Thanks in advance for your supportNagesh Bansal
06/18/2025, 12:23 PM0.8.2
and want to migrate to 0.10.0
- you need to run migration script for 0.9
first and then 0.10
Leonardo Agueci
06/18/2025, 1:30 PMNagesh Bansal
06/18/2025, 5:04 PMLeonardo Agueci
06/19/2025, 6:34 AM