Skip to main content

Install and Configure PostgreSQL for Posit Workbench

Comments

2 comments

  • Liang, Tiffany

    Need to check encryption to decide whether to change to md5 or scram-sha-256, when local is still using 'peer'
    sudo -i -u postgres psql -c 'show password_encryption';


    in file 'pg_hba.conf' , don't update the 'local', instead, update the 'host' in IPv4 and IPv6, METHOD column, to md5 or scram-sha-256

    0
  • Ian Pylvainen

    Hi Tiffany, thanks for the feedback - we'll edit the article to add this going forward.

    0

Article is closed for comments.