Hello team! I'm trying to upgrade from 0.55 to 0.5...
# support
t
Hello team! I'm trying to upgrade from 0.55 to 0.57 But I get stuck on this.
Copy code
2m39s       Warning   FailedCreate   job/signoz-schema-migrator-sync           Error creating: pods "signoz-schema-migrator-sync-" is forbidden: error looking up service account platform/signoz-schema-migrator-sync: serviceaccount "signoz-schema-migrator-sync" not found
49s         Warning   FailedCreate   job/signoz-schema-migrator-sync           Error creating: pods "signoz-schema-migrator-sync-" is forbidden: error looking up service account platform/signoz-schema-migrator-sync: serviceaccount "signoz-schema-migrator-sync" not found
Using helm. Do I need to do an upgrade to 0.56 first?
Bumping to 0.56 worked like a charm, but same error when trying to go from 0.56 to 0.57
Copy code
kubectl get serviceaccounts -n platform
NAME                            SECRETS   AGE
default                         0         53d
signoz-alertmanager             0         28d
signoz-clickhouse               0         28d
signoz-clickhouse-operator      0         28d
signoz-frontend                 0         28d
signoz-otel-collector           0         28d
signoz-otel-collector-metrics   0         28d
signoz-query-service            0         28d
p
Same error here when trying to upgrade Helm chart from 0.54.2 to 0.55.0
t
yea, those are the chart versions for me as well, I was referring to the app-version in my first post.
Copy code
NAME                      	CHART VERSION	APP VERSION	DESCRIPTION
signoz/signoz             	0.55.0       	0.57.0     	SigNoz Observability Platform Helm Chart
signoz/signoz             	0.54.2       	0.56.0     	SigNoz Observability Platform Helm Chart
Chartversion 0.55.0 is borked 😄
y
Same error here too from 0.54.0 to 0.55.0
p
There's also an issue on GitHub: https://github.com/SigNoz/charts/issues/543
c
@nitya-signoz @Prashant Shahi
p
The fix for the issue is out in the latest chart release:
signoz-0.55.1
https://github.com/SigNoz/charts/releases/tag/signoz-0.55.1
t
@Prashant Shahi Like a boss! Will check it out asap.
Works like a charm!