Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-08-27 11:16:33 +0400
committerRobert Schilling <rschilling@student.tugraz.at>2014-08-27 11:16:33 +0400
commit7c1e60f0b48a31fb40e30e1af80a8fea02fadb4b (patch)
tree733f0d280bb0784ce2757806b9b83dc4f085b88a /doc
parentb3b50bb86ea89c54d790516552e65eb8b4149fe1 (diff)
Do not specify postgres-version while installing
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
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