Update Docs: 17.0 Remove support for single database connection

This commit is contained in:
Manoj M J 2024-04-29 13:24:20 +00:00 committed by Fiona Neill
parent 1f0bfa5da5
commit 9be1159647
1 changed files with 0 additions and 10 deletions

View File

@ -590,16 +590,6 @@ sudo gitlab-rake gitlab:db:decomposition:connection_status
If the task indicates that `max_connections` is high enough, then you can proceed with the upgrade.
If, for any reason, you wish to remain on single connection, and you are upgrading
from GitLab 15.11 or earlier to GitLab 16.0, or switch back to single database connection
update this setting in `/etc/gitlab/gitlab.rb`:
```ruby
gitlab_rails['databases']['ci']['enable'] = false
```
In a multi-node environment, this setting should be updated on all Rails and Sidekiq nodes.
## Using a non-packaged PostgreSQL database management server
By default, GitLab is configured to use the PostgreSQL server that's included