|
2 | 2 | stage: Systems
|
3 | 3 | group: Distribution
|
4 | 4 | info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
|
| 5 | +remove_date: '2023-11-08' |
| 6 | +redirect_to: 'https://docs.gitlab.com/ee/update/versions/gitlab_16_changes.html' |
5 | 7 | ---
|
6 | 8 |
|
7 |
| -# GitLab 16 specific changes **(FREE SELF)** |
| 9 | +This document was moved to [another location](https://docs.gitlab.com/ee/update/versions/gitlab_16_changes.html). |
8 | 10 |
|
9 |
| -NOTE: |
10 |
| -When upgrading to a new major version, remember to first [check for background migrations](https://docs.gitlab.com/ee/update/index.html#checking-for-background-migrations-before-upgrading). |
11 |
| - |
12 |
| -## 16.2 |
13 |
| - |
14 |
| -### Redis 7.0.12 |
15 |
| - |
16 |
| -In 16.2, we are upgrading Redis from 6.2.11 to 7.0.12. This upgrade is expected |
17 |
| -to be fully backwards compatible. |
18 |
| - |
19 |
| -Redis will not be automatically restarted as part of `gitlab-ctl reconfigure`. |
20 |
| -Hence, users are manually required to run `sudo gitlab-ctl restart redis` after |
21 |
| -the reconfigure run so that the new Redis version gets used. A warning |
22 |
| -mentioning that the installed Redis version is different than the one running is |
23 |
| -displayed at the end of reconfigure run until the restart is performed. |
24 |
| - |
25 |
| -If your instance has Redis HA with Sentinel, follow the upgrade steps mentioned in |
26 |
| -[Zero Downtime documentation](https://docs.gitlab.com/ee/update/zero_downtime.html#redis-ha-using-sentinel). |
27 |
| - |
28 |
| -## 16.0 |
29 |
| - |
30 |
| -### PostgreSQL 12 removal |
31 |
| - |
32 |
| -The binaries for PostgreSQL 12 have been removed. |
33 |
| - |
34 |
| -Prior to upgrading, administrators of Linux package installations must: |
35 |
| - |
36 |
| -1. Ensure the installation is using [PostgreSQL 13](../settings/database.md#upgrade-packaged-postgresql-server) |
37 |
| - |
38 |
| -### Deprecating bundled Grafana |
39 |
| - |
40 |
| -Bundled Grafana is deprecated and is no longer supported. It is removed in GitLab 16.3. |
41 |
| - |
42 |
| -For more information, see [deprecation notes](https://docs.gitlab.com/ee/administration/monitoring/performance/grafana_configuration.html#deprecation-of-bundled-grafana). |
43 |
| - |
44 |
| -### Upgrade GitLab Docker image to use Ubuntu 22.04 as base |
45 |
| - |
46 |
| -This upgrades `openssh-server` to `1:8.9p1-3`. |
47 |
| - |
48 |
| -Using `ssh-keyscan -t rsa` with older OpenSSH clients to obtain public key information will no longer |
49 |
| -be viable due to deprecations listed in [OpenSSH 8.7 Release Notes](https://www.openssh.com/txt/release-8.7). |
50 |
| - |
51 |
| -Workaround is to make use of a different key type, or upgrade the client OpenSSH to a version >= 8.7 |
| 11 | +<!-- This redirect file can be deleted after 2023-11-08. --> |
| 12 | +<!-- Redirects that point to other docs in the same project expire in three months. --> |
| 13 | +<!-- Redirects that point to docs in a different project or site (for example, link is not relative and starts with `https:`) expire in one year. --> |
| 14 | +<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/redirects.html --> |
0 commit comments