-
Notifications
You must be signed in to change notification settings - Fork 1k
database "warehouse" does not exist (while bootstrapping tutorial) #10432
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
Comments
Aha. It looks like |
Still, running
|
@jaraco I can't reproduce, is it possible you've changed/removed this line or this file? https://github.com/pypa/warehouse/blob/1bdbd65e66c71503dd7eedc48760807cc545ad45/dev/environment#L21 Or this line? https://github.com/pypa/warehouse/blob/1bdbd65e66c71503dd7eedc48760807cc545ad45/docker-compose.yml#L71 |
I hadn't changed anything. There was one file that was modified by |
That env var is getting set in the container:
|
I just ran I then updated the repo to edd39ff, and the problem has gone away. Maybe the issue was that when I first bootstrapped the environments, I was on a branch (standard-dist-name-check). |
To try to recreate the issue, I updated to the branch, ran |
Since I can no longer recreate the issue, I'll close this. Thanks for the advice. |
…nnning. Ref pypi#10432. (pypi#10433) Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
I was interested in testing a PR I was reviewing, so I followed the getting started guide. I checked out the repo, then ran the steps
make build
,make serve
, thenmake initdb
. The build seemed to go fine, but the make serve didn't seem to serve and instead there were lots of errors aboutdatabase "warehouse" does not exist
andDatabaseNotAvailableError
. So I stopped the serve and ranmake initdb
, but that failed with:I see some other errors in the transcript as well.
I saved a full transcript of the session.
I'm using macOS 12 with Docker 20.10.10 and docker-compose 2.1.1. I set docker to have 4GB of memory.
Any suggestions?
The text was updated successfully, but these errors were encountered: