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
padre
commit
8d38ff65db
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
  1. +1
    -1
      docs/maintenance-postgres.md

+ 1
- 1
docs/maintenance-postgres.md Ver fichero

@@ -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


Cargando…
Cancelar
Guardar