@robotdan
Seems I expected that configuration of fusionauth db at docker-compose file was enough, but after your answer, I inserted credentials again at 'maintenance' page, ant it is now started, thanks
V
Posts made by vanja.milenkovic
-
RE: official guide for docker-compose instal not working
-
official guide for docker-compose instal not working
I am trying to install fusionauth on ubuntu using official guide: https://fusionauth.io/docs/v1/tech/installation-guide/docker with docker-compose (without elasticsearch) db service couldn't go up, so fusionauth opens in 'maintance mode':
log:
fusionauth_1 | 16-May-2020 17:31:13.017 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 3726 ms
db_1 | LOG: incomplete startup packet
db_1 | FATAL: password authentication failed for user "fusionauth"
db_1 | DETAIL: Role "fusionauth" does not exist.
db_1 | Connection matched pg_hba.conf line 95: "host all all all md5"Can you please help, provide some workaround, or whatever is the fastest way to get fusionauth up?