• Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
FusionAuth
  • Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login

official guide for docker-compose instal not working

Scheduled Pinned Locked Moved
Q&A
2
3
621
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V
    vanja.milenkovic
    last edited by 16 May 2020, 17:48

    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?

    1 Reply Last reply Reply Quote 0
    • R
      robotdan
      last edited by 16 May 2020, 19:16

      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?

      V 1 Reply Last reply 17 May 2020, 20:11 Reply Quote 0
      • V
        vanja.milenkovic @robotdan
        last edited by 17 May 2020, 20:11

        @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

        1 Reply Last reply Reply Quote 1
        3 out of 3
        • First post
          3/3
          Last post