-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure acquiring datasource #4220
Comments
the problem was in istio |
@alexey1607 thanks for the update. can we close this one as "invalid" in that case? |
@lmsurpre you can close. But I have new problem, I have a postgres cluster and there is a connection puller (pgbouncer) in front of it. New error
how do I pass this a connection string? or this
What config should I edit? I can't find a description of this in the documentation. thank you! |
The docs for this are at https://linuxforhealth.github.io/FHIR/guides/FHIRServerUsersGuide/#331-the-jdbc-persistence-layer fhir-server-config.json only has a few persistence fields...the most important of which is the jndiName for the datasource. |
Hi,
Failure acquiring datasource
DB: postgresql12
fhir-server: 5.1.1
running in kubernetes, helm chart
After install, test the install with:
logs
from another pod in k8s the connection to database passes, i used psql client
The text was updated successfully, but these errors were encountered: