From 110a8d75abff870534bce4e21f7b40a18f058083 Mon Sep 17 00:00:00 2001 From: Steven Achilles Date: Mon, 22 May 2023 21:14:14 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58b9996f..9cbda719 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ GitLab uses a database backend to store its data. You can configure this image t **Important note:** This image is shipped with different versions of the `postgresql-client`. -During the startup of the container, the major version of the database system is checked based on the specified connection destination. Only the version of the `postgresql-client`, that matches the major version of the Postgres database is used. If the major version of any version of the client does not match, the latest client is used (but may causes issues). All other versions of the `postgresql-client` are deleted at runtime. +During the startup of the container, the major version of the database system is checked based on the specified connection destination. Only the version of the `postgresql-client`, that matches the major version of the Postgres database is used. If the major version of any version of the included clients does not match, the latest client is used (but may causes issues). All other versions of the `postgresql-client` are deleted at runtime. This behavior can be checked using the command `docker logs` and an output like the following should be available: @@ -263,6 +263,7 @@ Please note furthermore, that only combatible versions of the `postgresql-client - `postgresql-client-13`, - `postgresql-client-14`, - and `postgresql-client-15`. + *NOTE:* version 13.7.0 and later requires PostgreSQL version 12.x ##### External PostgreSQL Server