Skip to content

Instantly share code, notes, and snippets.

@carymrobbins
Last active July 19, 2016 11:49
Show Gist options
  • Save carymrobbins/4b8e52ab557aba597bc1 to your computer and use it in GitHub Desktop.
Save carymrobbins/4b8e52ab557aba597bc1 to your computer and use it in GitHub Desktop.
Installing PostgreSQL 9.4 on Ubuntu 12.04
sudo apt-get update
sudo apt-get purge postgresql-9.1 postgresql-9.2 postgresql-9.3
# If you don't need postgis, you can probably get away with postgresql-contrib instead.
sudo apt-get install postgresql-client-common postgresql-9.4 postgresql-9.4-postgis-2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment