Kaynağa Gözat
Merge pull request #352 from aaronraimist/patch-4
Use Postgres 12.1 when creating a backup
pull/354/head
Slavi Pantaleev
6 yıl önce
committed by
GitHub
ebeveyn
işleme
8d38ff65db
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
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 |
|
|
|
|