| ... | ... | @@ -44,7 +44,7 @@ Test that the new user can login: |
|
|
|
sudo -u git -H psql -d gitlabhq_production
|
|
|
|
```
|
|
|
|
Edit in /etc/gitlab/gitlab.rb file:
|
|
|
|
`
|
|
|
|
```
|
|
|
|
# Disable the built-in Postgres
|
|
|
|
postgresql['enable'] = false
|
|
|
|
|
| ... | ... | @@ -55,4 +55,4 @@ gitlab_rails['db_host'] = '127.0.0.1' |
|
|
|
gitlab_rails['db_port'] = 5432
|
|
|
|
gitlab_rails['db_username'] = 'git'
|
|
|
|
gitlab_rails['db_password'] = 'somepassword'
|
|
|
|
` |
|
|
|
``` |