0

我正在尝试从本地连接到 Heroku postgres 数据库。我正在运行一个 Laravel Homestead Vagrant 盒子"laravel/homestead": "v2.2.1"

我在 vagrant ssh 登录中使用 CLI

我可以得到这样的信息:

$ 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?

感谢任何帮助。谢谢

4

1 回答 1

0

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

于 2017-09-13T04:50:59.930 回答