Use Postgres 12.1 when creating a backup
This commit is contained in:
parent
9d3d538a2d
commit
65963f694a
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue