diff --git a/doc/install/installation.md b/doc/install/installation.md index 91bc7b0287846e2163b94044d5dfc0a355d6027f..423a5f0cb193e076fc7b7e179ac89e0965a775c6 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