Update README.md

This commit is contained in:
Steven Achilles 2023-05-22 21:14:14 +02:00 committed by GitHub
parent 69d490b757
commit 110a8d75ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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