Note: The default authentication method for PostgreSQL is ident. If you’d like to change the PostgreSQL authentication method from ident to md5, then visit the linked tutorial!
Continue reading “Change a Password for PostgreSQL on Linux via Command Line”
Change a Password for PostgreSQL on Linux via Command Line
Reading Time: < 1 minutePostgreSQL supports many client authentication methods, but in this case we’re only going to concern ourselves with two: password and md5.