Merge pull request #5937 from RandomInsano/patch-1
Postgres Client Needed for Ubuntu 13.04
This commit is contained in:
commit
a00874a9ef
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ GitLab supports the following databases:
|
|||
## PostgreSQL
|
||||
|
||||
# Install the database packages
|
||||
sudo apt-get install -y postgresql-9.1 libpq-dev
|
||||
sudo apt-get install -y postgresql-9.1 postgresql-client libpq-dev
|
||||
|
||||
# Login to PostgreSQL
|
||||
sudo -u postgres psql -d template1
|
||||
|
|
Loading…
Reference in a new issue