-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Auth method failed #913
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
I'm uncertain, but would guess that prisma client doesn't yet support Options:
|
On use PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres_1 |
postgres_1 | 2021-12-04 11:34:53.228 UTC [1] FATAL: database files are incompatible with server
postgres_1 | 2021-12-04 11:34:53.228 UTC [1] DETAIL: The data directory was initialized by PostgreSQL version 14, which is not compatible with this version 13.5 (Debian 13.5-1.pgdg110+1). How I can adjust the password authentication on docker-compose file? Using build args? I really don't know. |
I solved this problem, removing my This solved my problem, but if you know a way to adjust the password auth using docker-compose I accept this too. |
You should be able to set those same environment variables in a (For further help, I would suggest trying a dedicated support forum, such as the Docker Community Forums, the Docker Community Slack, or Stack Overflow.) |
I've found solution to solve this error that appears with latest postgresql in docker compose. Just like this:
It's explained on docker postgresql website: hub.docker.com/_/postgres (Environment Variables |
I'm try to deploy my app with postgres, but I gotten this error:
I've see #911 and see postgres:14 have an auth bug, I think.
My docker-compose
Error from my prisma (using to connect to db)
My .env
I don't know the why, but this .env work on my local machine (created 2 months ago), but in the EC2 machine no.
I need this for yesterday, if you know how I can solve (if postgres:13 or another mode) tell me, please
The text was updated successfully, but these errors were encountered: