Commit 070e3964 authored by Robert Schilling's avatar Robert Schilling

Merge pull request #7613 from Razer6/doc/postgres_version

Do not specify postgres-version while installing
parents b3b50bb8 7c1e60f0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment