summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2021-07-13 01:04:54 +0200
committerGitHub <noreply@github.com>2021-07-13 01:04:54 +0200
commit66f419c4b120d6dbfeb38a6791321a726c058c6e (patch)
tree0a2c07809474572c8f5ac16d026a81d81f1b459c /nixos
parent886556c8bc3fa70dea5f167a699b074bcbaa47c9 (diff)
parentc5a0551dc49b287d12d043298f9b7a4c8c355885 (diff)
downloadnixpkgs-66f419c4b120d6dbfeb38a6791321a726c058c6e.tar
nixpkgs-66f419c4b120d6dbfeb38a6791321a726c058c6e.tar.gz
nixpkgs-66f419c4b120d6dbfeb38a6791321a726c058c6e.tar.bz2
nixpkgs-66f419c4b120d6dbfeb38a6791321a726c058c6e.tar.lz
nixpkgs-66f419c4b120d6dbfeb38a6791321a726c058c6e.tar.xz
nixpkgs-66f419c4b120d6dbfeb38a6791321a726c058c6e.tar.zst
nixpkgs-66f419c4b120d6dbfeb38a6791321a726c058c6e.zip
Merge pull request #129734 from yu-re-ka/feature/gitlab-14-0-5
gitlab: 14.0.2 -> 14.0.5
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/misc/gitlab.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/gitlab.nix b/nixos/modules/services/misc/gitlab.nix
index 40e35ed1cd1..1514cc0665d 100644
--- a/nixos/modules/services/misc/gitlab.nix
+++ b/nixos/modules/services/misc/gitlab.nix
@@ -911,7 +911,7 @@ in {
       }
       {
         assertion = versionAtLeast postgresqlPackage.version "12.0.0";
-        message = "PostgreSQL >=12 is required to run GitLab 14.";
+        message = "PostgreSQL >=12 is required to run GitLab 14. Follow the instructions in the manual section for upgrading PostgreSQL here: https://nixos.org/manual/nixos/stable/index.html#module-services-postgres-upgrading";
       }
     ];