Add support for Postgres v12

This commit is contained in:
Slavi Pantaleev
2019-10-04 08:51:32 +03:00
parent 9df80b00b6
commit 9c438a3870
4 changed files with 17 additions and 2 deletions

View File

@ -42,7 +42,7 @@ docker run \
--rm \
--network matrix \
--env-file=/matrix/postgres/env-postgres-psql \
postgres:11.1-alpine \
postgres:12.0-alpine \
pg_dump -h matrix-postgres \
| gzip -c \
> /postgres.sql.gz