Do not specify postgres-version while installing

This commit is contained in:
Robert Schilling 2014-08-27 09:16:33 +02:00
parent b3b50bb86e
commit 7c1e60f0b4
1 changed files with 1 additions and 1 deletions

View File

@ -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