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.
有什麼不對?