on ‎2022 Apr 29 3:14 AM
I want to connect to PostgreSQL from my BTP account to Pgadmin. But When I am giving the details I am getting


How to resolve this?
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.