Re: Need Help On Upgrade - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Need Help On Upgrade
Date
Msg-id 26dd72fe-25f7-fe8d-b8f6-8ebfee651dbb@aklaver.com
Whole thread Raw
In response to Re: Need Help On Upgrade  (Johnathan Tiamoh <johnathantiamoh@gmail.com>)
Responses Re: Need Help On Upgrade
List pgsql-general
On 7/10/23 13:20, Johnathan Tiamoh wrote:
> 
>> Ok Adrian,
>>
>> Postgres 9.5
>>
>>      postgresql.conf
>>
>>         password_encryption  = ?  md5  ====> wish is the default for 9.5
>>
>>      pg_hba.conf    -----------------> md5
>>
>>          Provide the relevant lines
>>
>> Postgres 14.8
>>
>>      postgresql.conf
>>
>>         password_encryption  = ?   scram-sha-256  ====> which is the
>> default for 14.8
>>
>>      pg_hba.conf      md5
> 
> You have not answered:
> 
> 2) Provide the error messages received when trying to connect.
> [XXXXXXXXXXXXXXXXXXXXXXX| APPNAME=[unknown]| DB=proftpd| USER=proftpd| 
> PID=9053| 2| authentication| PGE-28P01: DETAIL:  Connection matched 
> pg_hba.conf line 113: "host    all         all 0.0.0.0/0 
> <http://0.0.0.0/0>             md5"
> 

The above is not showing any actual error. There should a part that says 
what failed when connecting.


-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Bryn Llewellyn
Date:
Subject: Re: Using "exit" to bring "goto" functionality.
Next
From: Johnathan Tiamoh
Date:
Subject: Re: Need Help On Upgrade