MM-52679: Bump up minimum postgres version to 11 (#23315)
https://mattermost.atlassian.net/browse/MM-52679 ```release-note NONE ``` --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
77a24f96d6
Коммит
a3e4ea2e7a
@@ -39,7 +39,7 @@ services:
|
||||
volumes:
|
||||
- ./docker/mysql.conf.d/replica.cnf:/etc/mysql/conf.d/mysql.cnf
|
||||
postgres:
|
||||
image: "postgres:10"
|
||||
image: "postgres:11"
|
||||
restart: always
|
||||
networks:
|
||||
- mm-test
|
||||
|
||||
Ссылка в новой задаче
Block a user