Skip to content

Postgres authentication fails upon startup #3273

Discussion options

You must be logged in to vote

Since you are using the Docker version of the Outline setup, can you confirm that the Postgres container has been successfully initialised with the desired user/password combination and database?

One way to check could be by logging in to the database container directly:

docker-compose exec postgres sh -c 'psql postgres://${POSTGRES_USER}:${POSTGRES_PASS}@localhost:5432/${POSTGRES_DB}'

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
10 replies
@tonycoculuzzi
Comment options

@almereyda
Comment options

@tonycoculuzzi
Comment options

@almereyda
Comment options

@tonycoculuzzi
Comment options

Answer selected by tonycoculuzzi
Comment options

You must be logged in to vote
1 reply
@almereyda
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants