mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
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:
parent
c63121c99c
commit
9ca2ab1018
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user