Hello Support, Compliments of the season, How do...
# support
s
Hello Support, Compliments of the season, How do i upgrade to version v0.64.0 from v0.62.0 where Clickhouse is currently outside the k8s cluster
t
I learned the hard way not to skip versions when upgrading, so you should land on 0.63.0 first, regardless of your issue.
s
I know right, However. My major issue is that i'm running external clickhouse
Do you have any idea how?
t
sorry mate, no clue how. I run the selfhosted version in K8s, with clickhouse in k8s as well.
s
Had issues because we were running out of CPU
t
hardware is cheap 😉
s
I get.
s
Please be specific, how doe clickhouse outside k8s cluster change the things?
s
Okay so, reading this https://signoz.io/docs/operate/migration/upgrade-0.64#migrate-data-from-old-table-to-new-table Rentention period in my system is 5day, however i have been running this for about 1month, i just need to be sure when i upgrade this does not cause me issues
t
Copy code
If you already kept SigNoz version >=0.60.0 && <v0.64.0 running for at-least 15 days i.e the default retention period this is not required as data will already be backfilled.
since you have been on .0.62.0, maybe that is not an issue for you?
s
new tables come with default retention, when you upgrade to new version, also update the retention.
s
In summary you mean i should just run helm upgrade -n-namespace=platform my-release signoz/signoz -f external.yaml and all is good to go?