Upgrading SigNoz v0.19.0 to v0.20.2 in Kubernetes Cluster
TLDR Christian asks how to upgrade SigNoz from v0.19.0 to v0.20.2. Prashant provides a link to the upgrade guide and confirms no migration steps are needed. They also help Christian find the original release name.
2
1
Jun 13, 2023 (6 months ago)
Christian
04:05 AMI've installed SigNoz v0.19.0 to a kubernetes cluster, now I see there is an updated version - v.0.20.2
How would I upgrade this? I can see there are migration scripts for older versions, do I need to run any for this?
1
Prashant
05:43 AMIf you started with v0.19, you need not run any migration steps.
You can follow the steps from here:
https://signoz.io/docs/operate/kubernetes/#upgrade-signoz-cluster
Prashant
05:44 AMoverride-values.yaml
with the helm upgrade
command1
Christian
06:32 AMPrashant
06:36 AMJun 14, 2023 (6 months ago)
Christian
02:09 AMPrashant
05:43 AMhelm list -n platform
1
Prashant
05:44 AMhelm list -A
SigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Upgrading to SigNoz 0.19.0 with Helm Chart
Daniel asked about running a migration script for upgrading to SigNoz 0.19.0 using Helm chart. Prashant provided updated migration documentation link.
Issues with SigNoz on DigitalOcean k8s After Upgrade
Thomas experienced issues with SigNoz on DigitalOcean k8s after upgrading to v0.19. Prashant identified a PR to address the issue and provided a solution.
Issue and Resolution on Signoz v0.34.0 Kubernetes Upgrade
Al encountered an upgrade issue for SigNoz v0.34.0 on Kubernetes, specifically with the 'signoz-schema-migrator' job failure. It was resolved by removing the failed job and running it again.
Issues Upgrading to Signoz v0.23.0 Using Helm
Nick experienced difficulties when upgrading to signoz v0.23.0 due to Helm not updating CRDs. Prashant confirmed that CRDs would need to be manually updated.
Increasing Persistent Volume Size in Test Environment
surya tried to increase the disk size in their test environment and encountered an issue. Prashant provided guidance and the user successfully increased the Persistent Volume (PV) for ClickHouse to 50Gi.