Include note about PostgreSQL version 10

GitLab works fine with version PostgreSQL release 11.x,  however backups will fail because the bundled tools, `postgresql-client-10` and `postgresql-contrib-10` are from release 10.x and they will not work with other releases.
This commit is contained in:
tomastzn 2020-02-29 12:05:02 -05:00 committed by Niclas Mietz
parent c63121c99c
commit 9ca2ab1018

View File

@ -239,6 +239,10 @@ GitLab uses a database backend to store its data. You can configure this image t
### PostgreSQL
*NOTE:* PostgreSQL version 10 is highly recommended.
While the GitLab will most likely work with even latest version of PostgreSQL, it is recommended to use version 10.x.x., because this docker image includes some PostgreSQL tools from release 10. These tools are used for backups and other database maintenance tasks.
#### External PostgreSQL Server
The image also supports using an external PostgreSQL Server. This is also controlled via environment variables.