Skip to content

Instantly share code, notes, and snippets.

@aghecht
Forked from carymrobbins/postgres-9.4.sh
Created May 25, 2016 17:53
Show Gist options
  • Save aghecht/d556681d3169d75407a83bea396615b9 to your computer and use it in GitHub Desktop.
Save aghecht/d556681d3169d75407a83bea396615b9 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