-
-
Save luisalcarasr/9bf43721bc279bd6a66bc7d7c0fb1fe0 to your computer and use it in GitHub Desktop.
Change PostgreSQL connection from Peer to MD5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -u postgres psql | |
\password | |
/etc/postgresql/<version>main/pg_hba.conf | |
# TYPE DATABASE USER ADDRESS METHOD | |
local all all md5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment