Przeglądaj źródła

Merge pull request #352 from aaronraimist/patch-4

Use Postgres 12.1 when creating a backup
pull/354/head
Slavi Pantaleev 6 lat temu
committed by GitHub
rodzic
commit
8d38ff65db
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      docs/maintenance-postgres.md

+ 1
- 1
docs/maintenance-postgres.md Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz