Hello Signoz Team, after upgrading community editi...
# support
r
Hello Signoz Team, after upgrading community edition from v0.75 to v0.78.1 using the migration guide, we run into a startup issue of the Signoz pod where the "notification_channels" cannot be found. Checking the SQLite DB file in both old/new situation the table is definitely there. This is blocking the upgrade and we had to rollback to old version. Can you please assist ?
signoz {"timestamp":"2025-04-10T084133.948704249Z","level":"INFO","code":{"function":"github.com/SigNoz/signoz/pkg/sqlmigrator.(*migrator).Lock","file":"/home/runner/work/signoz/signoz/pkg/sqlmigrator/migrator.go","line":90},"msg":"acquired migration lock","logger":"github.com/SigNoz/signoz/pkg/sqlmigrator","dialect":"sqlite"} │
│ signoz {"level":"fatal","timestamp":"2025-04-10T084133.973Z","caller":"query-service/main.go:108","msg":"Failed to create signoz","error":"no such table: notification_channel","stacktrace":"main.main\n\t/home/runner/work/signoz/signoz/ee/query-service/main.go:108\nruntime.main\n\t/opt/hostedtoolcache/go/1.22.12/x64/src/runtime/proc.go │
│ :271"}
v
Hey @Robbin can you please share the migration table entries for the sqlite DB and the current table names you have in sqlite
m
I have the exact same problem. My SQlite tables are:
agent_config_elements migration_lock agent_config_versions notification_channels agents org_domains apdex_settings org_preference cloud_integrations_accounts organizations cloud_integrations_service_configs personal_access_tokens dashboards pipelines data_migrations planned_maintenance feature_status reset_password_request groups rules ingestion_keys saved_views integrations_installed sites invites ttl_status licenses user_preference licenses_v3 users migration
{"level":"fatal","timestamp":"2025-05-07T023045.766Z","caller":"query-service/main.go:122","msg":"Failed to create signoz","error":"no such table: notification_channel","stacktrace":"main.main\n\t/home/runner/work/signoz/signoz/ee/query-service/main.go122\nruntime.main\n\t/opt/hostedtoolcache/go/1.22.12/x64/src/runtime/proc.go271"}
v
109 Views