Configuration error deteced at LabKey Server Startup | Jon (LabKey DevOps) | 2015-05-14 13:25 |
Status: Closed | ||
Hi Vahid, Thanks for providing that to us. Our Operations Specialist looked over your configuration and provided us with the changes you need to make to your pg_hba.conf file: # "local" is for Unix domain socket connections only local all all ident # IPv4 local connections: host all all 127.0.0.1/32 md5 # IPv6 local connections: host all all ::1/128 md5 # Allow replication connections from localhost, by a user with the # replication privilege. #local replication postgres peer #host replication postgres 127.0.0.1/32 ident #host replication postgres ::1/128 ident Can you make the following changes above to your file and then restart PostgreSQL so it takes the changes? Regards, Jon |
||