Skip to content

Commit 110a8d7

Browse files
authored
Update README.md
1 parent 69d490b commit 110a8d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 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. 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.
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 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.
246246

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

@@ -263,6 +263,7 @@ Please note furthermore, that only combatible versions of the `postgresql-client
263263
- `postgresql-client-13`,
264264
- `postgresql-client-14`,
265265
- and `postgresql-client-15`.
266+
266267
*NOTE:* version 13.7.0 and later requires PostgreSQL version 12.x
267268

268269
##### External PostgreSQL Server

0 commit comments

Comments
 (0)