On 10/26/23 09:51, Atul Kumar wrote:
Hi,
I have the postgres12 version running on centos7.
In pg_hba.conf file I have an entry like below:
host all all /32 md5
So from the above entry, I understand that all users can connect to all
databases from the rem
Atul Kumar writes:
> In pg_hba.conf file I have an entry like below:
> hostall all /32md5
That is an entry governing ordinary session connections ...
> Error that I got:
> pg_basebackup: error: FATAL: no pg_hba.conf entry for replication
> connection fro
Hi,
I have the postgres12 version running on centos7.
In pg_hba.conf file I have an entry like below:
hostall all /32md5
So from the above entry, I understand that all users can connect to all
databases from the remote ip.
But when I use pg_basebackup f