Aaron Raimist
před 6 roky
committed by
GitHub
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl
1 přidání a
1 odebrání
-
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 |
|
|
|
|