Skip to content

Instantly share code, notes, and snippets.

@koslib
Created October 24, 2014 08:11
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