Skip to content

Instantly share code, notes, and snippets.

@rpassis
Last active August 29, 2015 14:09
Show Gist options
  • Save rpassis/0a13809df6c084980a19 to your computer and use it in GitHub Desktop.
Save rpassis/0a13809df6c084980a19 to your computer and use it in GitHub Desktop.
Stop postgresql on a Cloud66 rails deployment
ps xa | grep postgres: | grep $POSTGRESQL_DATABASE | grep -v grep | awk '{print $1}' | sudo xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment