Skip to content

Instantly share code, notes, and snippets.

@jbodah
Last active August 29, 2015 14:07
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 jbodah/e2631ea2fa7fd84289b0 to your computer and use it in GitHub Desktop.
Save jbodah/e2631ea2fa7fd84289b0 to your computer and use it in GitHub Desktop.
kill all postgres listeners
ps xa | grep postgres: | grep "backupify_development" | grep -v grep | awk '{print $1}' | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment