P
Postiz2mo ago
Support

Ticket: Database Authentication Error with Gitroom App

@thewildermike Just created a ticket
Question: I am trying to test out the app and i get this error when try to follow the examples in the documentation and get this error
[email protected] prisma-db-push cd ./libraries/nestjs-libraries/src/database/prisma && npx prisma db push
Environment variables loaded from ../../../../../.env Prisma schema loaded from schema.prisma Datasource "db": PostgreSQL database "postiz-db-local", schema "public" at "localhost:5432" Error: P1000: Authentication failed against database server at localhost, the provided database credentials for postiz-user are not valid.
Attempted: I have tried to delete the docker compose, I have stopped all the other containers on my machine, and tried to adjust the credentials
Working On: testing out the software
Take it from here @Postiz
4 Replies
Support
SupportOP2mo ago
@Postiz please help @thewildermike
xcons
xcons2mo ago
Evening, heya Are you using docker-compose? If so, your DATABASE_URL needs to match up with the POSTGRES_DB, POSTGRES_PASSWORD and POSTGRES_USER variables If this is a new install, you might want to delete the postgres-volume docker volume, and restart Postgres / Postiz to recreate your first user. @Nevo David , can we add a question to the support bot, please?; Question: "How are you using Postiz?" Dropdown answers; platform.postiz.com, docker-compose, Kubernetes+Helm, coolify, dev environment, Portainer+Compose, Unraid+Template, and "Other"
Nevo David
Nevo David2mo ago
Will do!
thewildermike
thewildermike5w ago
Hey guys!! I solved it!! I went to the basic docker-compose route

Did you find this page helpful?