Skip to content
Snippets Groups Projects
Verified Commit 30f91799 authored by Marcel Amirault's avatar Marcel Amirault :interrobang: Committed by GitLab
Browse files

Merge branch 'docs/bprescott/20240729-1611issues' into 'master'

Upgrade 16.11 issues

See merge request !161061



Merged-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Approved-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Reviewed-by: default avatarMarcel Amirault <mamirault@gitlab.com>
Co-authored-by: default avatarMike Lockhart | GitLab <mlockhart@gitlab.com>
Co-authored-by: default avatarBen Prescott <bprescott@gitlab.com>
parents 8a45dc0c 079e1950
No related branches found
No related tags found
1 merge request!161061Upgrade 16.11 issues
Pipeline #1410931501 passed
......@@ -86,9 +86,24 @@ For more information about upgrading GitLab Helm Chart, see [the release notes f
## 16.11.0
- A [`groups_direct` field was added](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/146881)
to the [JSON web token (ID token)](../../ci/secrets/id_token_authentication.md).
- If you use GitLab CI/CD ID tokens to authenticate with third party services,
this change can cause the HTTP header size to increase. Proxy servers might reject
the request if the headers get too big.
- If possible, increase the header limit on the receiving system.
- See [issue 467253](https://gitlab.com/gitlab-org/gitlab/-/issues/467253) for more details.
- After upgrading to GitLab 16.11 some users with large environments and databases experience
timeouts loading source code pages in the web UI.
- These timeouts are caused by slow PostgreSQL queries for pipeline data, which then
exceed the internal 60 second timeout.
- You can still clone Git repositories, and other requests for repository data works.
- See [issue 472420](https://gitlab.com/gitlab-org/gitlab/-/issues/472420) for more details,
including steps to confirm you're affected and housekeeping to run in PostgreSQL to correct it.
### Linux package installations
In GitLab 16.11, PostgreSQL will automatically be upgraded to 14.x except for the following cases:
In GitLab 16.11, PostgreSQL is automatically upgraded to 14.x except for the following cases:
- You are running the database in high availability using Patroni.
- Your database nodes are part of a GitLab Geo configuration.
......
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