Merge pull request #352 from aaronraimist/patch-4

Use Postgres 12.1 when creating a backup
This commit is contained in:
Slavi Pantaleev 2020-01-21 11:07:52 +02:00 committed by GitHub
commit 8d38ff65db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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