Search Postgresql Archives

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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Kaushal Shriyan <kaushalshriyan@xxxxxxxxx> 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





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux