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?
-
This sounds like it is working as designed. If you don't have a database configured, I would expect maintenance mode to come up and prompt to configure the connection and create the schema.
Do you already have a FusionAuth database configured that you are trying to connect to a new instance?
-
@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