Hi, I've installed SigNoz v0.19.0 to a kubernetes ...
# support
c
Hi, I'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?
p
Hi @Christian Blackburn 👋 If 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
^ be sure to include your
override-values.yaml
with the
helm upgrade
command
c
Perfect, thank you @Prashant Shahi
p
happy to help 🙂
c
Dumb question - how do I find the release name I originally deployed with? It wasn't my-release and I cannot find it
p
@Christian Blackburn that would be possible with
helm list -n platform
if you are unsure about namespace:
helm list -A