Re: [EXTERNAL] Re: Cannot connect local with ttrust (pg_upgrade assumes it)

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: "Abraham, Danny" <danny_abraham(at)bmc(dot)com>, Francisco Olarte <folarte(at)peoplecall(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: [EXTERNAL] Re: Cannot connect local with ttrust (pg_upgrade assumes it)
Date: 2025-04-09 17:47:03
Message-ID: 08c7b49e-265a-410a-b0fd-0f4bcdc4fb02@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/9/25 10:44 AM, Abraham, Danny wrote:
> Thanks for the answers.
> All the 3 lines are, of course, uncommented for the test.

Then provide the actual configuration you are working with.

> I am using Linux, socket is in /tmp, i see the .s files , but local
> trust still does not connect.

Provide:

a) The connection string you are using.

b) The error you get.

>
> Sent from Workspace ONE Boxer
>
> On Apr 9, 2025 20:04, Francisco Olarte <folarte(at)peoplecall(dot)com> wrote:
> On Wed, 9 Apr 2025 at 18:20, Abraham, Danny <danny_abraham(at)bmc(dot)com> wrote:
>> Asking for help with inability to connect local using trust
>> Fail
>> #local   all         all                               trust
>> #local   all   dbauser   peer
>> OK
>> #host    all          all         127.0.0.1/32          trust
>
> How are you connecting? Your symptoms matches confusing local with
> TCP/IP to localhost. They are not the same thing.
> Also, are you on windows? ( which does not have unix sockets ).
>
> local
> This record matches connection attempts using Unix-domain sockets.
> Without a record of this type, Unix-domain socket connections are
> disallowed.
> host
> This record matches connection attempts made using TCP/IP. host
> records match SSL or non-SSL connection attempts as well as GSSAPI
> encrypted or non-GSSAPI encrypted connection attempts.
>
> On a unix host psql -h localhost will use the host line, psql -h
> /socket/path will go to the local one, and no -h defaults to socket.
> On a windows host it default to tcp/ip to localhost.
>
> Francisco Olarte.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2025-04-09 17:49:23 Re: [EXTERNAL] Re: Cannot connect local with ttrust (pg_upgrade assumes it)
Previous Message Abraham, Danny 2025-04-09 17:45:44 Re: [EXTERNAL] Re: Cannot connect local with ttrust (pg_upgrade assumes it)