Skip to content

Instantly share code, notes, and snippets.

@IanVaughan
Created February 29, 2016 11:08
Show Gist options
  • Save IanVaughan/29ada985dea22e3d71d1 to your computer and use it in GitHub Desktop.
Save IanVaughan/29ada985dea22e3d71d1 to your computer and use it in GitHub Desktop.
Reset localhost db
sudo chown ${USER}:staff /usr/local/var/postgres
initdb /usr/local/var/postgres -E utf8
createdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment