How to install PostgreSQL 14 and configure it to use md5 connection on Fedora 36
Here I first install PostgreSQL 14 on Fedora 36 then configure the default user Postgres to use Md5. I wanted it to use a password instead of the peer factor Postgresql use to connect to Postgres database
The post How to install PostgreSQL 14 and confi…