I needed to find an answer to it and wasn't able to, so I decided to share it with you.
Asked
Active
Viewed 29 times
1 Answers
0
You need to have Heroku CLI on your machine.
Authorize using heroku login
. After type
heroku apps -t team-name
After you'll see apps on your team. Copying the app name we need
heroku pg:killall --app appName
We paste the app name we need. Congrats you have killed all yours connections.

Xaxage
- 249
- 1
- 4
- 9