Skip to content

Instantly share code, notes, and snippets.

@pinguet62
Last active December 31, 2019 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pinguet62/4e15907b4cdc9e2a64545a441279d8e0 to your computer and use it in GitHub Desktop.
Save pinguet62/4e15907b4cdc9e2a64545a441279d8e0 to your computer and use it in GitHub Desktop.
Kill all PostgreSQL connections from Heroku
  1. heroku login
  2. Fill email
  3. Fill password
  4. heroku pg:killall --app $APP (my APP is jsfring-webapp-jsf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment