2017-09-13 140 views
0

我试图从我的本地连接到Heroku postgres数据库。我跑"laravel/homestead": "v2.2.1"无法连接到来自Homestead Vagrant框的Heroku Postgres数据库

我使用CLI从一个无业游民ssh登录

内Laravel家园流浪盒,我可以得到这样的信息:

$ heroku pg:info 
=== DATABASE_URL 
Plan:  Hobby-dev 
Status:  Available 
Connections: 0/20 
PG Version: 9.6.4 
Created:  2017-09-12 05:22 UTC 
Data Size: 7.1 MB 
Tables:  0 
Rows:  0/10000 (In compliance) 
Fork/Follow: Unsupported 
Rollback: Unsupported 
Add-on:  {Add-on name} 

但是无法连接例如

$ heroku pg:psql 
--> Connecting to {Add-on name} 
psql: could not connect to server: Connection timed out 
     Is the server running on host "ec2-184-72-245-58.compute-1.amazonaws.com" (184.72.245.58) and accepting 
     TCP/IP connections on port 5432? 

感谢任何帮助。谢谢

+0

更新:也尝试从外部流浪ssh登录连接,只需通过终端从OSX本地目录运行CLI。我犯了同样的错误。 –

回答

0

我们办公室的5432端口被封锁。

相关问题