Skip to content
Snippets Groups Projects
Commit aafc2e1f9b03 authored by Abdul Wadood's avatar Abdul Wadood
Browse files

Default to two database connections i.e. main and ci

As part of bringing database decomposition support to self-managed we
require self-managed to have two connections by default. Both these
connections will point to the same database but can be configured to
point to two different databases by overriding the defaults in
`/etc/gitlab/gitlab.rb`.

The users can switch back to a single connection by overriding the
default by adding the following in `/etc/gitlab/gitlab.rb`:

`gitlab_rails['databases']['ci']['enable'] = false`

Changelog: changed
parent dacc960ad95a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment