wait-for-db-migrations Timeout error #605
Unanswered
conchaox
asked this question in
Questions & Answers
Replies: 1 comment 11 replies
-
@conchaox for context, the In our case, we actually fixed the helm Some questions to help me understand your situation:
|
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've been trying to upgrade from chart version
8.5.2
to8.6.0
but I'm getting a timeout error in the web pod, these are the error logs in thewait-for-db-migrations
init container:I also looke the
db-migrations
pod either running as a deployment or as a pod and I can see this:I'm using the Terraform helm_release resource to create the the deployment and using a Cloud SQL/MySQL instance as an external DB, I'm also passing some specific configs to the web server pods in order to integrate okta, config examples here:
External DB:
Web server config for Okta:
I found this GitHub issue that seems to explain the issue that we are having, but I also tried what is stated there (passing
wait = false
) and it didn't make any difference.Is there something specific that needs to be configured for the web pod? Is the DB upgrade happening correctly since we are using the Terraform resource?
Your help will be much appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions