Преглед изворни кода

Merge pull request #352 from aaronraimist/patch-4

Use Postgres 12.1 when creating a backup
pull/354/head
Slavi Pantaleev пре 6 година
committed by GitHub
родитељ
комит
8d38ff65db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      docs/maintenance-postgres.md

+ 1
- 1
docs/maintenance-postgres.md Прегледај датотеку

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


Loading…
Откажи
Сачувај