Postgres with Flyway
mohammad.hafizullah
Posts: 5 Bronze 2
in PostgreSQL
My Postgres instance is hosted on AWS RDS Aurora, connection are only allowed through SSH tunnel. I wanted to use flyway desktop but can't find any option for connecting to the DB server through SSH tunnel.
Can someone please guide me if I need to run flyway desktop differently or is there some specific settings for flyway desktop for this connection?
Thanks
Can someone please guide me if I need to run flyway desktop differently or is there some specific settings for flyway desktop for this connection?
Thanks
Tagged:
Best Answer
-
Peter_Laws Posts: 277 Silver 2Hello mohammad.hafizullah,
There's presently no SSH integration in Flyway Desktop, to achieve this you'd need to initiate something like a PuTTY session first, and then connect with Flyway Desktop.
Answers