비밀번호를 입력하지 않고 Ambari 데이터베이스 백업을 생성하는 방법은 무엇입니까?

비밀번호를 입력하지 않고 Ambari 데이터베이스 백업을 생성하는 방법은 무엇입니까?

.pgpass비밀번호를 입력하지 않고 데이터베이스 백업을 생성하기 위해 다음과 같이 파일을 구성했습니다.

-bash-4.2$ more .pgpass
localhost:5432:postgres:ambari:bigdata
-bash-4.2$ pwd
/var/lib/pgsql
-bash-4.2$ whoami
postgres
-bash-4.2$ more .pgpass
localhost:5432:postgres:ambari:bigdata
-bash-4.2$

그 후에도 pg_dump여전히 비밀번호를 입력하라고 요구하는 이유 는 무엇입니까?

내가 어디서 잘못됐나요?

pg_dump -U  ambari  -f ambari.sql
Password:

관련 정보