Re: Error : /usr/local/share/lua/5.1/pgmoon/init.lua:211: don’t know how to auth: 10

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kaushal Shriyan <kaushalshriyan(at)gmail(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Error : /usr/local/share/lua/5.1/pgmoon/init.lua:211: don’t know how to auth: 10
Date: 2021-12-13 17:29:16
Message-ID: 854325.1639416556@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kaushal Shriyan <kaushalshriyan(at)gmail(dot)com> writes:
>> Error:
>> /usr/local/share/lua/5.1/pgmoon/init.lua:211: don't know how to auth: 10

I believe this is failing on a SCRAM password challenge. You need
to update the client-side code to a version that knows about SCRAM,
or else change your password to be MD5-hashed instead of SCRAM-hashed
(see server's password_encryption setting). v14 changed the default
for that from md5 to scram-sha-256.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Fabrízio de Royes Mello 2021-12-13 19:19:03 Re: Where can I follow the progress of "Pluggable Storage" development?
Previous Message Kaushal Shriyan 2021-12-13 17:22:26 Error : /usr/local/share/lua/5.1/pgmoon/init.lua:211: don’t know how to auth: 10