From 7c1e60f0b48a31fb40e30e1af80a8fea02fadb4b Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Wed, 27 Aug 2014 09:16:33 +0200 Subject: [PATCH] Do not specify postgres-version while installing --- doc/install/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index 91bc7b02878..423a5f0cb19 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -116,7 +116,7 @@ Create a `git` user for GitLab: We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](database_mysql.md). *Note*: because we need to make use of extensions you need at least pgsql 9.1. # Install the database packages - sudo apt-get install -y postgresql-9.1 postgresql-client libpq-dev + sudo apt-get install -y postgresql postgresql-client libpq-dev # Login to PostgreSQL sudo -u postgres psql -d template1 -- GitLab