Skip to content

Instantly share code, notes, and snippets.

@bsnyder
Created October 15, 2014 19:59
Show Gist options
  • Save bsnyder/ebb197f670eea472505d to your computer and use it in GitHub Desktop.
Save bsnyder/ebb197f670eea472505d to your computer and use it in GitHub Desktop.
$ sudo mkdir -p /opt/local/var/db/postgresql94/defaultdb
$ sudo chown postgres:postgres /opt/local/var/db/postgresql94/defaultdb
$ sudo su postgres -c '/opt/local/lib/postgresql94/bin/initdb -D /opt/local/var/db/postgresql94/defaultdb'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment