Dear all,
I am trying to setup a local docker dataverse installation. I got a fatal error during the installation. Error is as follows:
postgres | 2021-09-27 07:34:56.549 UTC [86] FATAL: password authentication failed for user "dvnuser"
postgres | 2021-09-27 07:34:56.549 UTC [86] DETAIL: Role "dvnuser" does not exist.
postgres | Connection matched pg_hba.conf line 95: "host all all all md5"
The steps I took were:
2. I installed docker, and docker composed
3. export traefikhost=localhost
4. docker network create traefik
6. docker-compose -f docker-compose-local.yml up
I tried it on fedora 34 and an almalinux VM.
Thanks in advance.
Best regards,
Daniel