소스 검색

Merge pull request #352 from aaronraimist/patch-4

Use Postgres 12.1 when creating a backup
pull/354/head
Slavi Pantaleev 6 년 전
committed by GitHub
부모
커밋
8d38ff65db
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      docs/maintenance-postgres.md

+ 1
- 1
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


불러오는 중...
취소
저장