mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Update README.md
This commit is contained in:
parent
69d490b757
commit
110a8d75ab
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user