I need to downgrade password encryption for user postgres from scram-sha-265 to md5.
I've tried modifying pg_hba.conf and postgresql.conf files changing password encryption from scram-sha-256 to md5 but after that I was unable to connect to the database.
I'm using PostgreSQL 13 and PgAdmin 4 v5.
Thanks for any help and suggestion!
PS: I have to do this because RStudio can't manage connections with scram authentication.