You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= Connect to database from a computer different from the computer that hosts the database =
open /etc/postgresql/14/main/postgresql.conf
find listen_addresses. remove # at beginning of line. replace 'localhost' with '*'.
save and exit.
open /etc/postgresql/14/main/pg_hba.conf.
at bottom of file, add new line:
hostssl all all 0.0.0.0/0 scram-sha-256
save and exit.
$ service postgresql restart
The text was updated successfully, but these errors were encountered:
Execute commands from postgres_script.txt
The text was updated successfully, but these errors were encountered: