You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
This is a new fresh installation, why it redirect to migration page?
The text was updated successfully, but these errors were encountered: