Fix: Updated Self install script to point towards the correct release.#3634
Fix: Updated Self install script to point towards the correct release.#3634Dippys wants to merge 1 commit intomakeplane:masterfrom
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): |
mguptahub
left a comment
There was a problem hiding this comment.
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.