Best way to secure postgres?
steele123
HOBBYOP

2 years ago

What would be the best way to secure my postgres instance from outside connections? I would just turn off the proxy but I need to run migrations from my ORM is there any way to use the CLI to proxy the instance on localhost or any other ways?

2 Replies

steele123
HOBBYOP

2 years ago

N/A


2 years ago

there is no current way to proxy into the private network.

turn off the tcp proxy, then run migrations before starting your app.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...