Thanks @joshua !
Posts made by aivanov
-
RE: Connection closed errors with managed Postgresql on DigitalOcean
Thanks @joshua !
Could you tell how to monitor the HikariCP connection pool? Fusionauth launched in docker. -
RE: Connection closed errors with managed Postgresql on DigitalOcean
@joshua Hello!
Thanks for advice!
We use aws rds service, not digital ocean.
Our fusionauth insnacess works with the rds base through a rds proxy. Rds proxy has a config parametr: Idle client connection timeout and it 30 min now.
I understand correctly that we need to set it less than the value DATABASE_MAX_LIFETIME (now is 240 sec)?
-
RE: Connection closed errors with managed Postgresql on DigitalOcean
@joshua @maciej-wisniowski
Hi! We continue to have these errors ( Error querying database. Cause: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 2000ms.)
Please, can you recommend something for debugging this? -
RE: Connection closed errors with managed Postgresql on DigitalOcean
Hi!
We have the same problem FA work with AWS Proxy PosgreSQL manage DB. The last case was with the version FA 1.29.2
Please advise how to debug this problem from the FA side.
Sample exception:
-
How to connecting to a database in a cluster PostgreSQL?
Hello!
We have a postgresql cluster on Amazon Aurora
We set the configuration as: DATABASE_URL = jdbc: postgresql: // postgres_master: 5432, postgres_slave: 5432 / fusionauth
But we get an error at the start of the application:
PM ERROR com.inversoft.maintenance.db.JDBCURL - Could not parse jdbcString
Has anyone had a similar configuration? How to register a connection to a db cluster in fusionauth?