Postgres authentication failure when trying to follow the contribution.md
I tried to clone the repo and created the .env and get the following error when running the setup:
Migration failed PostgresError: password authentication failed for user "dokploy"
19 Replies
I cloned the example and double checked in the migration.ts
the migration scripts seems to use the correct connection string so I must have messed something up creating the database, also tried recreating image and volume
check if you have another postgres sql previously created
i removed all previous ones with docker service rm
also the volume
are you running on mac?
yes
Did you have the .env?
yes
What command did you runned?
pnpm run dokploy:setup
What’s the error you have?
The same as the title?
yea, I also cant connect to it manually with those credentials
did you setup the setup script right?
what do you mean exactly?
I ran in after installing
pnpm run dokploy:setup
yes
can you do
docker service ls
you created the .env in the apps/dokploy folder right?
correct