cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BTP Cloudfoundry PostgreSQL connection issue

rupambecs999
Explorer
View Entire Topic
xionghe
Advisor
Advisor
0 Likes

I noticed that you are using cf ssh <app> ....

And it's successful? right?

The pg instance should be bound with the <app> in advance. the username and password should be in the uri part of the bound pg instance: credentials information part.

rupambecs999
Explorer
0 Likes

Yes, I am using cf ssh <app> ....

The app is already bound with the PostgreSQL instance. I have deployed the node.js app there the connection is working fine.