Re: BUG #18685: .pgpass is not enabled when running pg_basebackup on PostgreSQL 17.

Greg Sabino Mullane <htamfids@gmail.com>

From: Greg Sabino Mullane <htamfids@gmail.com>
To: nuko.yokohama@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2024-11-04T16:18:56Z
Lists: pgsql-bugs
Does changing the .pgpass like so work for you?

127.0.0.1:17001:*:repuser:repuser

Cheers,
Greg

Commits

  1. pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass.