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

Hi,

Please use a small local port in the cf ssh.

like:

cf ssh -L 4744:pg*****tral-1.rds.amazonaws.com:4744 your_app -T -N

I always add -T -N in the end of this command line.

And you can fill 4744 in your pgadmin form window.

In your case, maybe the 63306 is too big. As I know, there is restriction in the local port range in some OS.

rupambecs999
Explorer
0 Likes

Still it is showing the same

Is accept request from all ip is enable by default as I am accessing from local system. Do I have to add anything else? or any extra configuration?