listen addresses
Revision as of 14:16, 2 February 2023 by Chmod15 (talk | contribs) (→Example modification using sed)
grep listen_addresses /etc/postgresql/*/main/postgresql.conf
listen_addresses = 'localhost' (Use * for listening on all addresses, review also pg_hba.conf configuration)
#listen_addresses = 'localhost' # what IP address(es) to listen on;
Example modification using sed
sed s/"#listen_addresses = 'localhost'"/"listen_addresses = '*'"/ /etc/postgresql/*/main/postgresql.conf
Related
See also
Advertising: