nixos/gitlab: improve psql assertion message

(cherry picked from commit c5a0551dc49b287d12d043298f9b7a4c8c355885)
This commit is contained in:
Yureka 2021-07-12 14:20:20 +02:00 committed by Yuka
parent aff1607b17
commit d36cd9e039
1 changed files with 1 additions and 1 deletions

View File

@ -843,7 +843,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";
}
];