R
Railway3mo ago
steele

Best way to secure postgres?

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?
3 Replies
Percy
Percy3mo ago
Project ID: N/A
steele
steele3mo ago
N/A
Brody
Brody3mo ago
there is no current way to proxy into the private network. turn off the tcp proxy, then run migrations before starting your app.