postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Set default password encryption to `scram-sha-256`

Open dragarcia opened this issue 4 years ago • 0 comments

reference guide

todo

  • [x] Change from md5 to scram-sha-256 on this line of postgresql.conf.
  • [x] Edit all md5 on this file to scram-sha-256.
  • [x] Change from md5 to scram-sha-256 on this line of pgbouncer.ini.

dragarcia avatar Aug 03 '21 11:08 dragarcia