-
-
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
upgrade
doesn't create user
#147
Comments
I have the same problem |
Anyone find a solution to this? |
Tried to run
after the instructions and got the following error
|
Noticed the same errors not happening if you use atleast 3GB RAM |
8GB RAM, same problem |
I'm 1G RAM, |
I had this exact same issue when testing Sentry using Docker for Mac with on 1GB RAM allocated to the Docker VM. It seems the upgrade job runs out of memory and fails to create the default 'internal' project and also fails to prompt to create a user. The impact of this is that even running the |
i am also having the same issue(1GB RAM).But is seems above 3GB and 8GB cases are also failed. |
Sorry I don't have any specifics beyond what I experienced using Docker for Mac with 1GB allocated. No issues when I ran set up the Sentry docker instance in production. I don't recall any specific or obvious error message but I can't say I'm that familiar with the internals of Sentry or Django and I'm not a Python dev. The correlation in my case was the amount of RAM Docker had access to, but that doesn't mean that was the cause (or indeed the only possible cause). |
This worked for me.Just ran following after
|
Going to close this since it would be related to running out of memory during migrations. We’d recommend 4GB of RAM needed for initial run. If you have more than this, and still have the issue, let us know. |
The text was updated successfully, but these errors were encountered: