Slavi Pantaleev
6 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
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 |
|
|
|
|