I've done a lot of Google searching and PostgreSQL archive searching and
can't seem to figure out why I'm having problems.
This is a first time install of PostgreSQL version 11.3 on a CentOS server
running release 7.6.1810. I've just finished setting up the postgresql.conf
and pg_hba
I tried putting the pg_hba.conf back to stock defaults and that didn't
help any. Here is a snippet of the current file:
# TYPE DATABASEUSERADDRESS METHOD
# "local" is for Unix domain socket connections only
local all
I found the problem. I cleared everything out and started from scratch,
then slowly added my changes back to the configuration files. The problem was
in the postgresql.conf. At the bottom of the file I had uncommented all the
‘include’ lines, so they looked like this:
include_di