Open nibro7778 opened 1 year ago
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
POSTGRES_HOST_AUTH_METHOD=trust
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