uwescience / myria-docs

Documentation for the Myria project
0 stars 1 forks source link

Additional steps in Postgres setup for MyriaX #6

Open thricedotted opened 9 years ago

thricedotted commented 9 years ago

Hi, I was able to set up Myria on a cluster successfully using the existing docs, but there were a couple steps I needed to take that were missing!

  1. In postgresql.conf, the listen_addresses setting should include the node's hostname the way it is specified in deployment.cfg (or be set to '*', which is what I did).
  2. In pg_hba.conf, I had to add a line to allow connections over that address. (I did host all all 0.0.0.0/0 trust to make it easy, since outside machines don't have access to these nodes anyway.)