Procházet zdrojové kódy
Merge pull request #663 from hardye/update-postgres-docs
Use up-to-date PostgreSQL container version for backups.
pull/664/head
Slavi Pantaleev
před 5 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
|
|
|
@@ -45,7 +45,7 @@ docker run \ |
|
|
|
--log-driver=none \ |
|
|
|
--network=matrix \ |
|
|
|
--env-file=/matrix/postgres/env-postgres-psql \ |
|
|
|
postgres:12.4-alpine \ |
|
|
|
postgres:13.0-alpine \ |
|
|
|
pg_dumpall -h matrix-postgres \ |
|
|
|
| gzip -c \ |
|
|
|
> /postgres.sql.gz |
|
|
|
|