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
Following the development environment setup instructions, I hit an error when running docker-compose up: ProgrammingError: (psycopg2.ProgrammingError) relation "queries" does not exist.
I'm assuming I haven't created the tables yet and looking at the docker-entrypoint, I need to run create_db somehow. I'm not very familiar with Docker, instruction would be be appreciated.
Issue Summary
Following the development environment setup instructions, I hit an error when running
docker-compose up
: ProgrammingError: (psycopg2.ProgrammingError) relation "queries" does not exist.Someone hits a similar error and this forum post also looks promising, they are a bit outdated.
Steps to Reproduce
docker-compose up
Technical details:
The text was updated successfully, but these errors were encountered: