We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Create user:
sudo su - postgres createuser -s -P ryan
Edit /etc/postgresql/.../postgresql.conf:
/etc/postgresql/.../postgresql.conf
listen_addresses = '*'
Edit /etc/postgresql/.../pg_hba.conf:
/etc/postgresql/.../pg_hba.conf
host all all 255.255.255.255/0 md5
Reference: http://hacksoclock.blogspot.com/2018/10/how-to-set-up-scram-sha-256.html