mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 09:36:47 +10:00
Merge pull request #7613 from Razer6/doc/postgres_version
Do not specify postgres-version while installing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user