Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm chart deployed but UI show "New Migration Scripts Detected" #306

Open
diwangcanada opened this issue Sep 6, 2024 · 2 comments
Open

Comments

@diwangcanada
Copy link

This is a fresh installation on GKE cluster. Helm chart deployed successful.

helm install devlake devlake/devlake --version=1.0.1-beta9 --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET --set commonEnvs.TZ="EST",grafana.env.TZ="EST" -n devlake

Port forward to my local:

kubectl -n devlake port-forward service/devlake-ui 30090:4000

Open browser to "http://localhost:30090", then it redirect to migration page.

image

This is a new fresh installation, why it redirect to migration page?

@lerrigatto
Copy link

I tried to install both version 1.0.0 and 1.0.1-beta9 and I have the same issue

@diwangcanada
Copy link
Author

The issue I had was with mysql pv. Somehow scripts/files in mysql pv was broken when first time mysql pod started.
Uninstall helm chart didn't clean up mysql pv, it is still left over even through pv reclaim policy is "delete".
I had to manually remove pv and pvc, then re-install helm chart to make it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants