nixos/gitlab: improve psql assertion message
(cherry picked from commit c5a0551dc49b287d12d043298f9b7a4c8c355885)
This commit is contained in:
parent
aff1607b17
commit
d36cd9e039
@ -843,7 +843,7 @@ in {
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
assertion = versionAtLeast postgresqlPackage.version "12.0.0";
|
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";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user