Commit 611d7dfb authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs/disable-bundled-psql-sec-node-setup' into 'master'

Docs - disable bundled PSQL on secondary node setup

See merge request gitlab-org/gitlab!32033
parents 5544f203 53cb51e5
......@@ -133,6 +133,10 @@ To configure the connection to the external read-replica database and enable Log
gitlab_rails['db_username'] = 'gitlab'
gitlab_rails['db_host'] = '<database_read_replica_host>'
# Disable the bundled Omnibus PostgreSQL, since we are
# using an external PostgreSQL
postgresql['enable'] = false
```
1. Save the file and [reconfigure GitLab](../../restart_gitlab.md#omnibus-gitlab-reconfigure)
......
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