0
我试图使用Heroku CLI连接云中的Postgres数据库。无法连接到Heroku Postgres - 错误“服务器意外关闭了连接”
heroku pg:info
显示数据库信息,但heroku pg:psql
失败,出现以下错误:
$ heroku pg:psql
--> Connecting to postgresql-<database-id>
psql: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
有什么不对?