Re: pgBackrest Error : authentication method 10 not supported

2023-02-02 Thread Magnus Hagander
On Thu, Feb 2, 2023 at 12:38 PM Daulat wrote: > Thanks for your quick reply. > > uname -a > .amzn1.x86_64 #1 SMP Sun Nov 27 06:09:45 UTC 2022 x86_64 x86_64 x86_64 > GNU/Linux > > Postgres and pgBackrest installed from source > > curl -LO > https://github.com/pgbackrest/pgbackrest/archive/release/

Re: pgBackrest Error : authentication method 10 not supported

2023-02-02 Thread Daulat
Thanks for your quick reply. uname -a .amzn1.x86_64 #1 SMP Sun Nov 27 06:09:45 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux Postgres and pgBackrest installed from source curl -LO https://github.com/pgbackrest/pgbackrest/archive/release/2.43.tar.gz wget https://ftp.postgresql.org/pub/source/v14.6/post

Re: pgBackrest Error : authentication method 10 not supported

2023-02-02 Thread Magnus Hagander
On Thu, Feb 2, 2023 at 7:46 AM Daulat wrote: > I have pgbackrest v.43 installed on the same server where we are > running postgres v14.6 that is upgraded from postgres v.10.2 > > ls /opt/PostgreSQL-14/lib/ > > libecpg.alibecpg_compat.so.3.14 libpgcommon.a > libpgport_shlib.a l

Re: pgBackrest Error : authentication method 10 not supported

2023-02-01 Thread Daulat
I have pgbackrest v.43 installed on the same server where we are running postgres v14.6 that is upgraded from postgres v.10.2 ls /opt/PostgreSQL-14/lib/ libecpg.alibecpg_compat.so.3.14 libpgcommon.a libpgport_shlib.a libpgtypes.so.3.14 libpq.so.5.14 libecpg_compat.a libec

Re: pgBackrest Error : authentication method 10 not supported

2023-01-31 Thread Magnus Hagander
On Tue, Jan 31, 2023 at 2:58 PM Daulat wrote: > Hello, > > I am getting an error message " authentication method 10 not supported" > while trying to create stanza on postgres14 after upgrading postgres from > v.10 to Postgres v.14. > > I am using pgbackrest version: v.43 and the scram-sha-256 fo

pgBackrest Error : authentication method 10 not supported

2023-01-31 Thread Daulat
Hello, I am getting an error message " authentication method 10 not supported" while trying to create stanza on postgres14 after upgrading postgres from v.10 to Postgres v.14. I am using pgbackrest version: v.43 and the scram-sha-256 for hba authentication. pgbackrest.conf entry: cat /etc/pgb