# postgres 18에서 백업 실패

**URL:** https://meta.discourse.org/t/backup-fails-with-postgres-18/403289
**Category:** Support
**Created:** [5월 19, 2026, 6:32오전 UTC](https://meta.discourse.org/t/backup-fails-with-postgres-18/403289 "2026-05-19T06:32:20Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Ethsim2](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ethsim2/32/522255_2.png) [@Ethsim2](https://meta.discourse.org/u/Ethsim2)
#### Post date: [5월 19, 2026, 11:02오전 UTC](https://meta.discourse.org/t/backup-fails-with-postgres-18/403289/2 "2026-05-19T11:02:22Z")

</div>

이것은 PostgreSQL 클라이언트/서버 버전 불일치로 보입니다.

백업은 `pg_dump` 버전이 `15.15`인 Discourse 컨테이너에서 실행되고 있지만, 외부 PostgreSQL 서버는 `18.3`입니다:

```plaintext
server version: 18.3; pg_dump version: 15.15

```

Discourse 팀이 권장하지 않는 한 Discourse 컨테이너를 수정하는 것은 신중해야 합니다. 제 첫 번째 생각은 외부 데이터베이스 클러스터를 Discourse가 현재 기대하거나 지원하는 PostgreSQL 버전과 일치시키는 것입니다.

---

_[View the full topic](https://meta.discourse.org/t/backup-fails-with-postgres-18/403289)._
