Merge pull request #7613 from Razer6/doc/postgres_version
Do not specify postgres-version while installing
This commit is contained in:
commit
070e3964dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue