You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/update/gitlab_16_changes.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,22 @@ info: To determine the technical writer assigned to the Stage/Group associated w
9
9
NOTE:
10
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
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
0 commit comments