hi! having trouble w/ the upgrade: ``` signoz-ote...
# support
c
hi! having trouble w/ the upgrade:
Copy code
signoz-otel-collector 2022-12-16T01:23:53.343Z    info    components/components.go:30    Stability level of component is undefined    {"kind": "exporter", "data_type": "traces", "name": "clickhousetraces", "stability": "Undefined"}                                                       │
│ signoz-otel-collector 2022-12-16T01:23:53.454Z    info    clickhousetracesexporter/clickhouse_factory.go:122    View does not exist, skipping patch    {"kind": "exporter", "data_type": "traces", "name": "clickhousetraces", "table": "dependency_graph_minutes_db_calls_mv"}               │
│ signoz-otel-collector 2022-12-16T01:23:53.454Z    info    clickhousetracesexporter/clickhouse_factory.go:96    Running migrations from path:     {"kind": "exporter", "data_type": "traces", "name": "clickhousetraces", "test": "/migrations"}                                               │
│ signoz-otel-collector 2022-12-16T01:23:53.465Z    info    clickhousetracesexporter/clickhouse_factory.go:108    Clickhouse Migrate finished    {"kind": "exporter", "data_type": "traces", "name": "clickhousetraces", "error": "Dirty database version 10. Fix and force version."}          │
│ signoz-otel-collector Error: cannot build pipelines: failed to create "clickhousetraces" exporter, in pipeline "traces": code: 60, message: Table signoz_traces.distributed_signoz_index_v2 doesn't exist                                                                                     │
│ signoz-otel-collector 2022/12/16 01:23:53 application run finished with error: cannot build pipelines: failed to create "clickhousetraces" exporter, in pipeline "traces": code: 60, message: Table signoz_traces.distributed_signoz_index_v2 doesn't exist
any idea how i can get rid of this? i don't have any clickhouse queries on my dashboard or alerts.
p
@Cody Helbling are you upgrading to v0.12.0? From which version?
c
oh, sorry yes. upgrading to v0.12.0 from v0.11.4
p
Hi @Cody Helbling 👋 Could you share the steps you followed to upgrade?
Also, how is SigNoz deployed? Is it on Docker, Swarm, or K8s?
c
hi @Prashant Shahi! thanks for reaching out! it was our dev environment so i didn't pin the dependency as i wasn't concerned w/ it breaking on updates. running in k8s, deployed using ArgoCD. ArgoCD would automatically update Signoz as the helm chart updated (will pin moving forward 🙂 ). i uninstalled and reinstalled to get it working again. the bummer is we lost some configured alerting, and user accounts from the reset... but it's a dev env so not a huge deal. i don't need help w/ it at this point, but will be more methodical about updates moving forward, and testing update in dev env first.
p
It is likely caused by older version of otel-collector and/or otel-collector-metrics. Make sure to compare provided values in ArgoCD with the latest one from the chart. https://github.com/SigNoz/charts/blob/main/charts/signoz/values.yaml
@Cody Helbling Thanks for sharing that re-install resolves it.