Re: CREATE SUBSCRIPTION not picking up .pgpass while psql does

From: Kristjan Mustkivi <sonicmonkey(at)gmail(dot)com>
To: depesz(at)depesz(dot)com
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: CREATE SUBSCRIPTION not picking up .pgpass while psql does
Date: 2022-08-31 13:39:02
Message-ID: CAOQPKauXJZjoNpGRtRVEfi=LZCoRH115w4hWoAU4T_KU5L4LSg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Aug 31, 2022 at 4:27 PM hubert depesz lubaczewski
<depesz(at)depesz(dot)com> wrote:
>
> On Wed, Aug 31, 2022 at 04:26:22PM +0300, Kristjan Mustkivi wrote:
> > And as said, the psql utility has no problems finding the .pgass where
> > it is. If I lie to it about the pgpass location i.e by giving
> > passfile=/root/.pgpassx it will ask for password.
>
> of course it doesn't have problem, because you run it as root.
> put subscription is run by pg backend, which runs as postgres user, not
> root!
>
> also - no pg tool cares about "passfile" env variable, so it is just
> ignored.

Thank you, depesz!

After I mapped the volume as (-
./v_pgpass:/var/lib/postgresql/.pgpass) CREATE SUBSCRIPTION was able to find it.

Somehow my initial POC fooled me then I kept barking under the wrong tree.

Best Regards,
--
Kristjan Mustkivi

Email: kristjan(dot)mustkivi(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Wesley Schwengle 2022-08-31 18:53:30 View definition changes after reloading pg_dump export
Previous Message hubert depesz lubaczewski 2022-08-31 13:27:58 Re: CREATE SUBSCRIPTION not picking up .pgpass while psql does