.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: