2017-09-27 26 views
0

だから私は私のHerokuのにpostgresql DBに地元のダンプをインポートしたいと思います、しかし、私は実行するすべてのコマンドは、私はちょうど...Heroku PostgreSQL/NodeJSの接続許可が拒否されましたか?

psql: could not connect to server: Permission denied (0x0000271D/10013) 
     Is the server running on host "ec2-23-23-192-242.compute-1.amazonaws.com" (23.23.192.242) and accepting 
     TCP/IP connections on port 5432? 

これは、HerokuのPGのアドオンで設定された資格情報を使用して取得します私は彼らが正しいことを確認するためにそれらをチェックしました。誰でもなぜそれが私に与えてくれるのか知っていますか許可が拒否されましたか?私はherokuのCLIからデータベースをリセットすることができますが、私は他のアクションを実行することはできません...奇妙な。

答えて

0

あなたは厳しいファイアウォールの背後にいるか、インターネットから隔離されていると思います。私が得るものを見てください:

-bash-4.2$ psql -h ec2-23-23-192-242.compute-1.amazonaws.com 
Password: 
psql: FATAL: password authentication failed for user "postgres" 
FATAL: no pg_hba.conf entry for host "xx.xx.xx.xx", user "postgres", database "postgres", SSL off 
関連する問題