Andreas Håkansson
12/05/2024, 10:20 AMotel-migrator-sync | {"L":"info","timestamp":"2024-12-05T10:17:47.106Z","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 [clickhouse:9000]: Code: 60. DB::Exception: Could not find table: time_series_v4. (UNKNOWN_TABLE) (version 24.1.2.5 (official build))","migration_id":1000}
otel-migrator-sync | Error: code: 60, message: There was an error on [clickhouse:9000]: Code: 60. DB::Exception: Could not find table: time_series_v4. (UNKNOWN_TABLE) (version 24.1.2.5 (official build))
otel-migrator-sync | Usage:
otel-migrator-sync | signoz-schema-migrator sync [flags]
otel-migrator-sync |
otel-migrator-sync | Flags:
otel-migrator-sync | --down string Down migrations to run, comma separated. Must provide down migrations explicitly to run
otel-migrator-sync | -h, --help help for sync
otel-migrator-sync | --up string Up migrations to run, comma separated. Leave empty to run all up migrations
otel-migrator-sync |
otel-migrator-sync | Global Flags:
otel-migrator-sync | --cluster-name string Cluster name to use while running migrations (default "cluster")
otel-migrator-sync | --dev Development mode
otel-migrator-sync | --dsn string Clickhouse DSN
otel-migrator-sync | --replication Enable replication
otel-migrator-sync |