Configuring the pg_hba.conf file to allow access from other servers to the database
- by Roland
I have a postgres database on one server and I need access it from another server.
I need to edit the pg_hba.conf file, but have now idea what are the steps to edit this file. Server Centos
I need to add the following line in the file
host all all 10.0.2.12 255.255.255.255 trust
I located it in var/lib/pgsql/data/
Now basically I'm not sure what are the correct steps to do this