Need help upgrading form v2.55.8 to v2.67.1
I have an instance of Zitadel running on EKS that uses PostgreSQL running on RDS.
Current Zitadel Version: v2.55.8
Upgrade Version: v2.67.1
Postgres Version: 15.7
The instance was deployed using the official helm chart. The
zitadel-setup
job gets stuck at the following migration step
This is the corresponding log from the database.
I've tried running a zitadel setup cleanup
from the debug pod as documented here: https://github.com/zitadel/zitadel-charts/blob/main/README.md
However, the issue still persists and I'm unsure on how to resolve this. I tried searching the forum but haven't been able to figure out the right approach.
Any help is appreciated.
Thanks.GitHub
zitadel-charts/README.md at main · zitadel/zitadel-charts
This repository contains Helm charts for running ZITADEL in Kubernetes - zitadel/zitadel-charts
11 Replies
@muhlemmer @stebenz are you able to help here?
Going through previous posts on the forum, I came across this pull request that seems to fix the issue. However, this was added in a migration step that comes much later.
https://github.com/zitadel/zitadel/pull/9089
However, I may be entirely wrong about how I am looking at the issue.
GitHub
fix: set correct owner on project grants by adlerhurst · Pull Reque...
Which Problems Are Solved
In versions previous to v2.66 it was possible to set a different resource owner on project grants. This was introduced with the new resource based API. The resource owner ...
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
@stebenz Unfortunately, the setup still gets stuck on the same migration step with
v2.67.5
Is there something I should look at in order to move past this step?
Performed cleanup and tried again. Still gets stuck at the same step
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
Do you always get the same errors? Like this one https://discord.com/channels/927474939156643850/1334204310439071894/1334806473695428629
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
Hm can you try something like
zitadel setup --cleanup
Oh just realised you did already
Hm this is weird, I will look into this a little later, maybe I spot something... can you share your config?
What happens if you upgrade to 2.55.9?The upgrade to v2.55.9 works. But upgrading to v2.56.0 and above gets stuck at this migration step
Tried increasing the timeout as suggested here: https://github.com/zitadel/zitadel-charts/issues/281
But that did not work either.
Hm let me ask around, usually its the timeout, to what number did you increase it?
@FFO We took it all the way up to 3600 seconds.
@FFO Were you able to find something that can help with the issue?