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

    FusionAuth with Cloud SQL Postgres managed database

    Scheduled Pinned Locked Moved Unsolved
    Q&A
    1
    2
    344
    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.
    • danD
      dan
      last edited by

      Can you run FusionAuth on GCP Cloud Run connected to a Cloud SQL Postgres managed database? And the search engine is Elastic Search.

      Any suggestions on you to do this?

      pulled over from https://github.com/FusionAuth/fusionauth-issues/issues/1980

      --
      FusionAuth - Auth for devs, built by devs.
      https://fusionauth.io

      danD 1 Reply Last reply Reply Quote 0
      • danD
        dan @dan
        last edited by

        This should work, though this is not a common config.

        Here are the suggested startup and liveness probes which worked for a community member:

        I have configured the startup and liveness probes as follows, and they are working well:
        
        Startup probe
        http /api/status
        periodSeconds: 2s
        initialDelaySeconds: 0s
        timeoutSeconds: 1s
        failureThreshold: 10
        
        Liveness probe
        http /api/status
        periodSeconds: 10s
        initialDelaySeconds: 0s
        timeoutSeconds: 1s
        failureThreshold: 3
        

        More details and discussion on the GH issue: https://github.com/FusionAuth/fusionauth-issues/issues/1980

        --
        FusionAuth - Auth for devs, built by devs.
        https://fusionauth.io

        1 Reply Last reply Reply Quote 0
        • First post
          Last post