Restart Heroku Postgres Dev DB

前端 未结 3 491
温柔的废话
温柔的废话 2021-02-04 17:37

I got this error from an Play 2.0.3 java application. How could I restart Heroku Postgres Dev DB? I could not find any instructions to restart the DB on Heroku help center.

3条回答
  •  不要未来只要你来
    2021-02-04 17:54

    There is no way to restart the whole database. Though, heroku offers a simple way to stop all connections which solves the problem in the majority of cases:

    heroku pg:killall

提交回复
热议问题