about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorYaya <github@uwu.is>2024-06-27 12:34:47 +0200
committerYaya <github@uwu.is>2024-06-27 19:52:03 +0200
commitd7fd9d19b2e806a29817518cc1d12fc40af0033b (patch)
tree62f7e513d5d77e8a4cde9931e4b315c1e806fef9 /nixos/doc
parentb4d242907c92965bade293a68e1d89ea4411fbc1 (diff)
nixos/doc/rl-2411: Mention minimal postgresql requirement for gitlab 17
`gitlab` >= 17.0 requires at least `postgresql` >= 14.9. GitLab users
are advised to follow the mentioned steps in the manual to upgrade their
PostgreSQL installation.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2411.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2411.section.md b/nixos/doc/manual/release-notes/rl-2411.section.md
index d94df902dd3d6..cc45a278e837e 100644
--- a/nixos/doc/manual/release-notes/rl-2411.section.md
+++ b/nixos/doc/manual/release-notes/rl-2411.section.md
@@ -112,6 +112,8 @@
   GitLab administrators should migrate to the [new runner registration workflow](https://docs.gitlab.com/17.0/ee/ci/runners/new_creation_workflow.html#using-registration-tokens-after-gitlab-170)
   with *runner authentication tokens* until the release of GitLab 18.0.
 
+- `gitlab` has been updated from 16.x to 17.x and requires at least `postgresql` 14.9, as stated in the [documentation](https://docs.gitlab.com/17.1/ee/install/requirements.html#postgresql-requirements). Check the [upgrade guide](#module-services-postgres-upgrading) in the NixOS manual on how to upgrade your PostgreSQL installation.
+
 - `zx` was updated to v8, which introduces several breaking changes.
   See the [v8 changelog](https://github.com/google/zx/releases/tag/8.0.0) for more information.