summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYureka <yuka@yuka.dev>2023-09-06 15:45:13 +0200
committerYureka <yuka@yuka.dev>2023-09-06 15:46:20 +0200
commita751da22b52f21482279689a4f4c0779032ea2e1 (patch)
treebae1dc8109f56e4ee30e9ea60e2530b63ace7ca3
parentMerge pull request #253620 from NixOS/backport-253584-to-release-23.05 (diff)
downloadnixpkgs-a751da22b52f21482279689a4f4c0779032ea2e1.tar.gz
Revert "nixos/gitlab: Add a warning message"
This reverts commit 9dd2c8974f140895790c7b5dc3dd046c8bd1d1f5.
-rw-r--r--nixos/modules/services/misc/gitlab.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/modules/services/misc/gitlab.nix b/nixos/modules/services/misc/gitlab.nix
index 689726fcae28..c92c30605330 100644
--- a/nixos/modules/services/misc/gitlab.nix
+++ b/nixos/modules/services/misc/gitlab.nix
@@ -1088,11 +1088,6 @@ in {
''Support for container registries other than gitlab-container-registry has ended since GitLab 16.0.0 and is scheduled for removal in a future release.
Please back up your data and migrate to the gitlab-container-registry package.''
)
- (mkIf
- (versionAtLeast (getVersion cfg.packages.gitlab) "16.2.0" && versionOlder (getVersion cfg.packages.gitlab) "16.5.0")
- ''GitLab instances created or updated between versions [15.11.0, 15.11.2] have an incorrect database schema.
- Check the upstream documentation for a workaround: https://docs.gitlab.com/ee/update/versions/gitlab_16_changes.html#undefined-column-error-upgrading-to-162-or-later''
- )
];
assertions = [