-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix: Updated Self install script to point towards the correct release. #3634
Conversation
If you use the release provided in the guide for self-install this is the error that happens. @mguptahub |
Moreover root@vmi1607831:~# docker container logs 0a19f6cb14dc The above exception was the direct cause of the following exception: Traceback (most recent call last): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets us discuss about code like below to be handled @sriramveeraghanta
if [ "$BRANCH" == "master" ];
then
export APP_RELEASE=latest
fi
This PR is no more valid as all deployment runs the STABLE tag by default. Migrator os running without any issues as well. Closing this PR. Feel free to reopen in case the issue still persists for any. |
The issue currently is that Plane tries to install from the Master Branch which causes the API server to not launch properly due to migration issues.
Simply changing to the stable release of plane fixes this.