summary refs log tree commit diff
diff options
context:
space:
mode:
authorYaya <github@uwu.is>2023-09-05 10:39:48 +0200
committerYureka <yuka@yuka.dev>2023-09-05 13:46:44 +0200
commitc04722cf0c4309b7a0d1c2fad5edb8a5abe2bd53 (patch)
tree52a0d6fd6fea44198e3e7fbc97dbe8b7824eb7be
parent1a226276032e2ec4d93ee19d9089d461fad652ea (diff)
downloadnixpkgs-c04722cf0c4309b7a0d1c2fad5edb8a5abe2bd53.tar
nixpkgs-c04722cf0c4309b7a0d1c2fad5edb8a5abe2bd53.tar.gz
nixpkgs-c04722cf0c4309b7a0d1c2fad5edb8a5abe2bd53.tar.bz2
nixpkgs-c04722cf0c4309b7a0d1c2fad5edb8a5abe2bd53.tar.lz
nixpkgs-c04722cf0c4309b7a0d1c2fad5edb8a5abe2bd53.tar.xz
nixpkgs-c04722cf0c4309b7a0d1c2fad5edb8a5abe2bd53.tar.zst
nixpkgs-c04722cf0c4309b7a0d1c2fad5edb8a5abe2bd53.zip
rl-2311: Mention faulty GitLab database schema
GitLab instances created or updated between versions [15.11.0, 15.11.2]
have an incorrect database schema. [1] This will become a problem once
upgrading GitLab to >=16.2.0.

A workaround can be found in the GitLab docs: [2]

[1]: https://gitlab.com/gitlab-org/gitlab/-/issues/408835
[2]: https://docs.gitlab.com/ee/update/versions/gitlab_16_changes.html#undefined-column-error-upgrading-to-162-or-later
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 8b6f9a23ff5..3e20cc43896 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -94,6 +94,8 @@
 
 - `etcd` has been updated to 3.5, you will want to read the [3.3 to 3.4](https://etcd.io/docs/v3.5/upgrades/upgrade_3_4/) and [3.4 to 3.5](https://etcd.io/docs/v3.5/upgrades/upgrade_3_5/) upgrade guides
 
+- `gitlab` installations created or updated between versions \[15.11.0, 15.11.2] have an incorrect database schema. This will become a problem when upgrading to `gitlab` >=16.2.0. A workaround for affected users can be found in the [GitLab docs](https://docs.gitlab.com/ee/update/versions/gitlab_16_changes.html#undefined-column-error-upgrading-to-162-or-later).
+
 - `consul` has been updated to `1.16.0`. See the [release note](https://github.com/hashicorp/consul/releases/tag/v1.16.0) for more details. Once a new Consul version has started and upgraded its data directory, it generally cannot be downgraded to the previous version.
 
 - `himalaya` has been updated to `0.8.0`, which drops the native TLS support (in favor of Rustls) and add OAuth 2.0 support. See the [release note](https://github.com/soywod/himalaya/releases/tag/v0.8.0) for more details.