Postgrex - No pg_hba.conf entry for host “xxx.xxx.xxx.xxx”
问题 I have a Postgres Database hosted separately which I'm trying to use with my Phoenix Application. My prod config is: config :my_app, MyApp.Repo, adapter: Ecto.Adapters.Postgres, url: "postgres://username:password@myhost:5432/my_database", size: 20 This worked fine while my application was hosted on Heroku, but since I've moved it to a VPS, I keep getting this error: 17:07:13.665 [info] GET /subjects 17:07:13.707 [info] Processing by MyApp.SubjectController.index/2 Parameters: %{"format" =>