Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

[16:28:01 CST(-0600)] <gear__> just note that centos users might need to add "local ssp sspadmin password" to their pg_hba.conf

[16:28:15 CST(-0600)] <dmccallum54> i will update the docs

[16:29:14 CST(-0600)] <dmccallum54> looking at our linux install notes...

[16:29:21 CST(-0600)] <dmccallum54> looks like this is what we usually stick in there...

[16:29:37 CST(-0600)] <dmccallum54> # "local" is for Unix domain socket connections only

[16:29:37 CST(-0600)] <dmccallum54> local all all trust

[16:29:37 CST(-0600)] <dmccallum54> host all all 0.0.0.0 0.0.0.0 password

[16:29:37 CST(-0600)] <dmccallum54> # IPv4-style local connections:

[16:29:37 CST(-0600)] <dmccallum54> host all all 127.0.0.1 255.255.255.255 trust

[16:29:37 CST(-0600)] <dmccallum54> # IPv6-style local connections:

[16:29:38 CST(-0600)] <dmccallum54> host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff trust

[16:29:59 CST(-0600)] <dmccallum54> key thing, i think was the swicth from 'ident' to 'password' tho