• PostgreSQL error: Fatal: role “username” does not exist

    PostgreSQL error: Fatal: role “username” does not exist

    Today, we are together here for a very common error. Especially around beginners. Until you get used to PostgreSQL’s role structure and initial user configuration you will face this issue for a few times. TL;DR: su – postgres and psql Initial User Configuration Initially, only postgres user is granted to login to server. No not…