Skip to content

Instantly share code, notes, and snippets.

@mec
Created July 24, 2019 15:16
Show Gist options
  • Select an option

  • Save mec/2d2bd9f7c10f6be791d5dfe15a7b4bc9 to your computer and use it in GitHub Desktop.

Select an option

Save mec/2d2bd9f7c10f6be791d5dfe15a7b4bc9 to your computer and use it in GitHub Desktop.
  • Install from Homebrew
  • start pg_ctl -D /usr/local/var/postgres start && brew services start postgresql
  • connect as 'postgres' psql postgres
  • add 'postgres' user createuser -s postgres
  • confirm user psql postgres - check 'postgres' user is listed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment