Created
October 24, 2014 08:11
-
-
Save koslib/5656bacddb62d8c267ab to your computer and use it in GitHub Desktop.
PostgreSQL fix for OS X Yosemite
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
# Uninstall old postgresql installation from your system and then install via homebrew the new one | |
brew unlink postgresql | |
brew install postgresql | |
# Create postgresql missing directories | |
mkdir /usr/local/var/postgres/pg_tblspc | |
mkdir /usr/local/var/postgres/pg_twophase | |
mkdir /usr/local/var/postgres/pg_stat_tmp | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment