Skip to content

Instantly share code, notes, and snippets.

@koslib
Created October 24, 2014 08:11
Show Gist options
  • Save koslib/5656bacddb62d8c267ab to your computer and use it in GitHub Desktop.
Save koslib/5656bacddb62d8c267ab to your computer and use it in GitHub Desktop.
PostgreSQL fix for OS X Yosemite
# 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