PostgreSQL: MD5 password support is deprecated – updating the user passwords
Eight years ago, PostgreSQL introduced scram-sha-256 hashes for passwords. Eleven months ago, MD5 was deprecated. Yesterday, I got caught up with all this. Some of this post will deal with how I fixed it, but mostly it is documenting (for myself) what I did. The fix covers several services and takes place over multiple days. First, some background on why this change has come into focus for me. I have a FreeBSD jail […]
PostgreSQL: MD5 password support is deprecated – updating the user passwords Read More »