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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error : /usr/local/share/lua/5.1/pgmoon/init.lua:211: don’t know how to auth: 10
Дата
Msg-id 854325.1639416556@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error : /usr/local/share/lua/5.1/pgmoon/init.lua:211: don’t know how to auth: 10  (Kaushal Shriyan <kaushalshriyan@gmail.com>)
Список pgsql-general
Kaushal Shriyan <kaushalshriyan@gmail.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



В списке pgsql-general по дате отправления:

Предыдущее
От: Kaushal Shriyan
Дата:
Сообщение: Error : /usr/local/share/lua/5.1/pgmoon/init.lua:211: don’t know how to auth: 10
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: Where can I follow the progress of "Pluggable Storage" development?