Re: pgBackrest Error : authentication method 10 not supported

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Daulat <daulat(dot)dba(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: pgBackrest Error : authentication method 10 not supported
Date: 2023-01-31 14:02:17
Message-ID: CABUevEwgUedHv1iEXMJnALw0BgJrDasJgUvi5JGpbwRyReRcPA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jan 31, 2023 at 2:58 PM Daulat <daulat(dot)dba(at)gmail(dot)com> 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 for hba
> authentication.
>

This sounds like your libpq is too old, and is not related to backrest
itself.

Make sure you have libpq of at least version 10 as well, and not just the
server. (Exact package name will of course depend on what distribution
you're on, which you didn't specify)

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marco Lechner 2023-01-31 14:17:34 AW: Download file from COPY ... TO with pgadmin
Previous Message Erik Wienhold 2023-01-31 13:58:08 Re: Download file from COPY ... TO with pgadmin