-1

I needed to find an answer to it and wasn't able to, so I decided to share it with you.

Xaxage
  • 249
  • 1
  • 4
  • 9

1 Answers1

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