# PostgreSQL 재빌드 중 멈춤

**URL:** https://meta.discourse.org/t/postgresql-stuck-during-rebuilding/323434
**Category:** Self-hosting
**Created:** [8월 26, 2024, 5:36오후 UTC](https://meta.discourse.org/t/postgresql-stuck-during-rebuilding/323434 "2024-08-26T17:36:15Z")
**Posts on this page:** 1
**Showing post:** 52

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [9월 4, 2024, 2:51오전 UTC](https://meta.discourse.org/t/postgresql-stuck-during-rebuilding/323434/52 "2024-09-04T02:51:40Z")

</div>

@here `Docker`의 이전 버전이 우리가 배포한 새로운 Docker 이미지와 호환되지 않는 것으로 보입니다.

문제를 해결하기 위한 단계는 다음과 같습니다:

```plaintext
apt update 
apt install docker.io
cd /var/discourse
./launcher rebuild app

```

또한, `launcher` 스크립트를 업데이트하여 Docker 20.10.0 이상을 감지하지 않으면 처리를 중단하도록 했습니다.

---

_[View the full topic](https://meta.discourse.org/t/postgresql-stuck-during-rebuilding/323434)._
