Skip to content

Commit a71d729

Browse files
author
GitLab Bot
committed
Automatic merge of gitlab-org/omnibus-gitlab master
2 parents e7b3bd7 + 463251a commit a71d729

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ No changes.
195195
- [Drop bundler software definition](gitlab-org/omnibus-gitlab@3f08274227a17adf5f7d42403804af198895a726) ([merge request](gitlab-org/omnibus-gitlab!6849))
196196
- [Update Mattermost to 7.10.0](gitlab-org/omnibus-gitlab@ec498e8b899bfaf00d07d161a5a03ae9aed66612) by @akis.maziotis ([merge request](gitlab-org/omnibus-gitlab!6827))
197197

198+
## 15.11.13 (2023-07-27)
199+
200+
No changes.
201+
198202
## 15.11.12 (2023-07-14)
199203

200204
No changes.

doc/settings/database.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,8 +712,10 @@ this.
712712

713713
In GitLab 16.0, GitLab defaults to using two database connections that point to the same PostgreSQL database.
714714

715-
Prior to upgrading to GitLab 16.0, you can check that PostgreSQL `max_connections` is high enough
716-
(using more than 50% of the available max connections).
715+
Before upgrading to GitLab 16.0, check that the PostgreSQL `max_connections` setting is high enough so that more than 50% of available connections show as being unused.
716+
For example, if `max_connections` is set to 100 and you see 75 connections in use, you must increase `max_connections` to at least 150 before upgrading because after
717+
upgrading, the in-use connections will double to 150.
718+
717719
You can verify this by running the following Rake task:
718720

719721
```shell

0 commit comments

Comments
 (0)