FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. amith.kumar.shetty
    A
    • Profile
    • Following 1
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 1
    • Controversial 0
    • Groups 0

    amith.kumar.shetty

    @amith.kumar.shetty

    1
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    amith.kumar.shetty Unfollow Follow

    Best posts made by amith.kumar.shetty

    • RE: Ubanle to use database with @in the username

      @dan Thank you. I had to manually run the CREATE ROLE “postgresql@hostxxxx” LOGIN PASSWORD 'yyyyyyyyyy' on my database instance before starting the app. Then everything works ok. Note the double quotes around the username

      posted in Q&A
      A
      amith.kumar.shetty

    Latest posts made by amith.kumar.shetty

    • RE: Ubanle to use database with @in the username

      @dan Thank you. I had to manually run the CREATE ROLE “postgresql@hostxxxx” LOGIN PASSWORD 'yyyyyyyyyy' on my database instance before starting the app. Then everything works ok. Note the double quotes around the username

      posted in Q&A
      A
      amith.kumar.shetty
    • Ubanle to use database with @in the username

      I am connecting to postgres hosted on azure . Azure postgres requires the username to be specfied in username@hostname format. If I set the username like this, I get an error while starting the app.

      com.inversoft.maintenance.db.JDBCMaintenanceModeDatabaseService - Exception caught executing [CREATE ROLE xxxxx@hostame WITH LOGIN PASSWORD xxxxxxxx]
      org.postgresql.util.PSQLException: ERROR: syntax error at or near "@"
        Position: 23
      

      Any method to fix this?

      posted in Q&A
      A
      amith.kumar.shetty