# 검색 시 서버가 잠시 멈춤

**URL:** https://meta.discourse.org/t/searching-locks-up-the-server-for-a-while/198736
**Category:** Support
**Created:** [7월 30, 2021, 10:19오후 UTC](https://meta.discourse.org/t/searching-locks-up-the-server-for-a-while/198736 "2021-07-30T22:19:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![EGreg](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/egreg/32/133614_2.png) [@EGreg](https://meta.discourse.org/u/EGreg)
#### Post date: [7월 30, 2021, 10:19오후 UTC](https://meta.discourse.org/t/searching-locks-up-the-server-for-a-while/198736/1 "2021-07-30T22:19:43Z")

</div>

안녕하세요, 여러분.

여기에는 Discourse의 기본 설치가 되어 있습니다:

> **[Intercoin](https://community.intercoin.app/)**
>
> Meet, talk, discuss, invest, and invite others to the Intercoin project.

검색 기능이 너무 느려져서 견딜 수 없을 정도이며, 때로는 타임아웃이 발생합니다. 인덱스가 누락된 건가요? 설치 프로그램이 인덱스를 설정해 주었을 거라고 생각했습니다. 이 문제를 진단하고 수정하는 방법은 무엇인가요? 도움을 주실 전문가가 계신가요? greg \* at sign \* [intercoin.org](http://intercoin.org) 로 이메일을 보내주시면 됩니다. 이 플러그인이나 다른什么东西를 설치하는 데 도움을 주실 수 있을까요: [GitHub - discourse/discourse-algolia: A plugin for indexing and searching your Discourse with Algolia · GitHub](https://github.com/discourse/discourse-algolia)

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [7월 30, 2021, 10:39오후 UTC](https://meta.discourse.org/t/searching-locks-up-the-server-for-a-while/198736/2 "2021-07-30T22:39:49Z")

</div>

보안 문제가 포함된 상당히 오래된 버전의 Discourse를 실행 중입니다. 가능한 한 빨리 최신 버전으로 업데이트해 주세요.

---

<div class="post-metadata">

### Author: ![EGreg](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/egreg/32/133614_2.png) [@EGreg](https://meta.discourse.org/u/EGreg)
#### Post date: [8월 2, 2021, 4:50오후 UTC](https://meta.discourse.org/t/searching-locks-up-the-server-for-a-while/198736/3 "2021-08-02T16:50:09Z")

</div>

명령줄에서 어떻게 해야 하나요? 링크를 부탁드립니다.

업그레이드하면 무언가 깨지거나 문제가 생기나요?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [8월 2, 2021, 4:56오후 UTC](https://meta.discourse.org/t/searching-locks-up-the-server-for-a-while/198736/4 "2021-08-02T16:56:13Z")

</div>

다음 단계를 따라 업그레이드할 수 있습니다:

> [@sam](#):
>
> 2개월마다 웹 서버에 SSH로 접속(putty 또는 선호하는 SSH 클라이언트 사용)하여 다음을 실행하는 것을 권장합니다.
> 
> ```plaintext
> cd /var/discourse
> git pull
> ./launcher rebuild app
> 
> ```
