Re: Unable to start pgAdmin on first install

2025-02-03 Thread Yogesh Mahajan
Hi, Can you please try setting the value for environment variable NO_PROXY equals 127.0.0.1 and restart application? Thanks, Yogesh Mahajan EnterpriseDB On Mon, Feb 3, 2025 at 8:13 PM Toscan, Nicholas wrote: > I installed the latest version of pgAdmin on my Win11 laptop (where I’ve > never in

Re: Backup Issue for pg_basebackup

2025-02-03 Thread Laurenz Albe
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", SSL on > FATAL:  no pg_hba.conf entry for repli

Backup Issue for pg_basebackup

2025-02-03 Thread Somnath Som
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", SSL on FATAL: no pg_hba.conf entry for replication connection from host "127.0.0.1", user "postgres", SSL of

Re: Backup Issue for pg_basebackup

2025-02-03 Thread SOzcn
Hello, This is a specific error. You need to specify the IP information of the server where you are providing the replica and the user that will perform the replication in pg_hba.conf on the main cluster. You can find examples of this in many sources. Have a nice day. Somnath Som , 1 Şub 2025 Cm

Unable to start pgAdmin on first install

2025-02-03 Thread Toscan, Nicholas
I installed the latest version of pgAdmin on my Win11 laptop (where I've never installed pgAdmin before). I rebooted per the final instruction. I clicked the pgAdmin icon and got a splash screen. Then, after waiting around 2 minutes for the splash screen to complete whatever it was trying to co