Created
October 15, 2014 19:59
-
-
Save bsnyder/ebb197f670eea472505d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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