Skip to content

Commit 69d490b

Browse files
committed
README.md: Add note for the case any version of client does not match
1 parent b736b99 commit 69d490b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ GitLab uses a database backend to store its data. You can configure this image t
242242

243243
**Important note:** This image is shipped with different versions of the `postgresql-client`.
244244

245-
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. All other versions of the `postgresql-client` are deleted at runtime.
245+
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.
246246

247247
This behavior can be checked using the command `docker logs` and an output like the following should be available:
248248

0 commit comments

Comments
 (0)