signoz query-service crashing after migrating from...
# support
d
signoz query-service crashing after migrating from v0.54 to v0.59
Copy code
❯ k logs -n platform -f apm-signoz-query-service-0
Defaulted container "query-service" out of: query-service, apm-signoz-query-service-init (init)
flag provided but not defined: -use-logs-new-schema
these are the logs I am getting
Even though I have removed the flag from values.yaml, but on upgrading I can still see this value when describing the pod
Copy code
kd pod apm-signoz-query-service-0 -n platform
Copy code
Containers:
  query-service:
    Container ID:  <containerd://e50ffe7bc2ee34933860fecc14d4fed89cd71a717aad259bbaa05b36c6f07e4>e
    Image:         <http://docker.io/signoz/query-service:0.54.0|docker.io/signoz/query-service:0.54.0>
    Image ID:      <http://docker.io/signoz/query-service@sha256:66e6a78c292e74ffbd5876471ef571cf8f5e57f1e6eaed96fd77d7c2887f5858|docker.io/signoz/query-service@sha256:66e6a78c292e74ffbd5876471ef571cf8f5e57f1e6eaed96fd77d7c2887f5858>
    Ports:         8080/TCP, 8085/TCP, 4320/TCP
    Host Ports:    0/TCP, 0/TCP, 0/TCP
    Args:
      --config=/root/config/prometheus.yml
      --experimental.cache-config
      /root/config/cache.yaml
      --flux-interval
      30m
      --use-logs-new-schema=false
p
The query-service image still says 0.54.0. You can either fall back to default from the SigNoz helm chart values or update local override values to the latest versions.
Can you share the helm override values that you are providing?
d
Copy code
queryService:
  nodeSelector:
    node-class: "server-x86"
this is override value for queryService
also when I tried to reinstall after doing helm uninstall
Copy code
apm-signoz-otel-collector-679bc68c99-9jz9d
this pod is stuck in terminating state, and I am not able to do a proper fresh install, any suggesstions?