Explorar el Código
Merge pull request #352 from aaronraimist/patch-4
Use Postgres 12.1 when creating a backup
pull/354/head
Slavi Pantaleev
hace 6 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
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 |
|
|
|
|