# Discourse 부트스트랩 중 Pups 실행 오류 해결 방법

**URL:** https://meta.discourse.org/t/how-to-resolve-pups-exec-errors-during-discourse-bootstrap/362619
**Category:** Support
**Created:** [4월 18, 2025, 12:38오후 UTC](https://meta.discourse.org/t/how-to-resolve-pups-exec-errors-during-discourse-bootstrap/362619 "2025-04-18T12:38:46Z")
**Posts on this page:** 3
**Page:** 2

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [4월 22, 2025, 10:37오후 UTC](https://meta.discourse.org/t/how-to-resolve-pups-exec-errors-during-discourse-bootstrap/362619/21 "2025-04-22T22:37:23Z")

</div>

> [@Thomas\_Rother](#):
>
> 그래서 `name: redis and alias: data`

왜 하나는 이름을 바꾸고 다른 하나는 바꾸지 않는지 여전히 이해가 되지 않습니다.  
하지만 어차피 그것은 당신의 문제가 아닐 가능성이 높습니다.

> [@RGJ](#):
>
> 방금 깨달은 매우 가치 있는 통찰은 `hotlinked_media_status`가 복원 파일에서 발생하는 첫 번째 작업이라는 것입니다. 기존 데이터베이스에서 이를 수동으로 제거하면 복원이 다음 문장(`CREATE TABLE public.admin_notices`)에서 실패합니다.

대부분의 경우 이는 권한 문제임을 나타냅니다.

Discourse가 데이터베이스에 연결하는 데 사용하는 사용자에게 데이터베이스에 대한 완전한 권한, 테이블 나열 권한을 포함하여 부여했는지 확인하십시오. 가능하면 소유자로 설정하는 것이 좋습니다.

---

<div class="post-metadata">

### Author: ![Thomas\_Rother](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thomas_rother/32/423597_2.png) [@Thomas\_Rother](https://meta.discourse.org/u/Thomas_Rother)
#### Post date: [4월 24, 2025, 1:04오후 UTC](https://meta.discourse.org/t/how-to-resolve-pups-exec-errors-during-discourse-bootstrap/362619/22 "2025-04-24T13:04:05Z")

</div>

문제 해결.

`CREATE EXTENSION hstore;`  
`CREATE EXTENSION pg_trgm;`

이것이 새 데이터베이스에 빠져 있었습니다. 따라서 외부 서버에서 데이터베이스의 초기 생성이 실패했습니다. @Falco 감사합니다.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [5월 24, 2025, 1:04오후 UTC](https://meta.discourse.org/t/how-to-resolve-pups-exec-errors-during-discourse-bootstrap/362619/23 "2025-05-24T13:04:53Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.

[이전 페이지](https://meta.discourse.org/t/how-to-resolve-pups-exec-errors-during-discourse-bootstrap/362619.md?page=1)
