dotnetcore-microservices-poc icon indicating copy to clipboard operation
dotnetcore-microservices-poc copied to clipboard

Unable to start Postgres from infra-run.sh file

Open nibro7778 opened this issue 2 years ago • 0 comments

While running infra-run. sh, its unable to start Postgres database and throws following error

Error: The database is uninitialized and the superuser password is not specified.

Fix:

Need to include environment POSTGRES_HOST_AUTH_METHOD=trust in infra.yml for postgres section

nibro7778 avatar Aug 29 '23 13:08 nibro7778