FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. sboykin
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by sboykin

    • S

      Duplicating FA applications

      Q&A
      • tenants • • sboykin
      4
      0
      Votes
      4
      Posts
      1.4k
      Views

      danD

      Sorry, that functionality isn't available in the UI.

    • S

      Automatically reconnecting to restarted databases

      Q&A
      • • • sboykin
      2
      0
      Votes
      2
      Posts
      2.9k
      Views

      danD

      Hmmm.

      You didn't specify if you were using mysql or postgresql. That has an impact on your options.

      You could try increasing the size of the connection pool after the restart; new connections would succeed. Not sure if the connection pool FusionAuth uses is smart enough to reap the failed connections, but might be worth exploring.

      It looks like hikari (the connection pool) does support auto reconnect after database failure, but only at a certain version of the driver and with certain socket connection settings: https://github.com/brettwooldridge/HikariCP/issues/1056

      You can control the socket connection setting with the DATABASE_CONNECTION_TIMEOUT env var. And I verified that the version of the PG library is higher than that referenced in the github issue.

      Were there any other logs available?

    • S

      FA as a SAML IdP - IdP-initiated URL?

      Q&A
      • saml • • sboykin
      4
      0
      Votes
      4
      Posts
      1.0k
      Views

      danD

      Awesome! I know this is on our minds, but don't have an exact timeline for when it'll be implemented.