소스 검색

Update docs/maintenance-postgres.md: add the warning styling

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4051/head
Suguru Hirahara 1 년 전
부모
커밋
39cd32aa26
No known key found for this signature in database GPG 키 ID: E4F9743DAB4B7B75
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      docs/maintenance-postgres.md

+ 2
- 1
docs/maintenance-postgres.md 파일 보기

@@ -28,7 +28,8 @@ To change to another database (for example `synapse`), run `\connect synapse` (o

You can then proceed to write queries. Example: `SELECT COUNT(*) FROM users;`

**Be careful**. Modifying the database directly (especially as services are running) is dangerous and may lead to irreversible database corruption. When in doubt, consider [making a backup](#backing-up-postgresql).
> [!WARNING]
> **Modifying the database directly (especially as services are running) is dangerous and may lead to irreversible database corruption.** When in doubt, consider [making a backup](#backing-up-postgresql).

## Vacuuming PostgreSQL



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