- Open
postgresql.conf
and add:
listen_addresses = '*'
- Then, delete the file named
postmaster.pid
in the same location as the above file. Restart Postgres and then you should be good to go.
By Cole Striler.
October 10, 2022
postgresql.conf
and add:listen_addresses = '*'
postmaster.pid
in the same location as the above file. Restart Postgres and then you should be good to go.