Skip to content

Instantly share code, notes, and snippets.

@dwallraff
Last active May 26, 2016 17:41
Show Gist options
  • Save dwallraff/ec79d40e22c899a35b2e55291910257a to your computer and use it in GitHub Desktop.
Save dwallraff/ec79d40e22c899a35b2e55291910257a to your computer and use it in GitHub Desktop.
Command to run on bosh director to access the bosh postgres db
/var/vcap/packages/postgres/bin/psql -h 127.0.0.1 -p 5432 -U postgres bosh
# $\dt; to list tables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment