Re: Backup Issue for pg_basebackup - Mailing list pgadmin-support

From Laurenz Albe
Subject Re: Backup Issue for pg_basebackup
Date
Msg-id a6f0355a4a2db098b93c1e7d1cf8da648ab51793.camel@cybertec.at
Whole thread Raw
In response to Backup Issue for pg_basebackup  (Somnath Som <somnath.spice@gmail.com>)
List pgadmin-support
On Fri, 2025-01-31 at 10:42 +0530, Somnath Som wrote:
> We are getting below error when running pg_basebackup for a database.
>
> pg_basebackup: error: FATAL:  no pg_hba.conf entry for replication connection from host "127.0.0.1", user "postgres",
SSLon 
> FATAL:  no pg_hba.conf entry for replication connection from host "127.0.0.1", user "postgres", SSL off -e

Add an entry like

  host  replication  postgres  127.0.0.1/32  trust

Reload PostgreSQL, and you should be fine.

Yours,
Laurenz Albe



pgadmin-support by date:

Previous
From: SOzcn
Date:
Subject: Re: Backup Issue for pg_basebackup
Next
From: Yogesh Mahajan
Date:
Subject: Re: Unable to start pgAdmin on first install