# 구버전 Discourse 배포 관련 도움 요청

**URL:** https://meta.discourse.org/t/help-deploying-older-versions-of-discourse/399409
**Category:** Self-hosting
**Created:** [3월 20, 2026, 8:37오전 UTC](https://meta.discourse.org/t/help-deploying-older-versions-of-discourse/399409 "2026-03-20T08:37:11Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![singi2016cn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/singi2016cn/32/532755_2.png) [@singi2016cn](https://meta.discourse.org/u/singi2016cn)
#### Post date: [3월 27, 2026, 2:29오전 UTC](https://meta.discourse.org/t/help-deploying-older-versions-of-discourse/399409/4 "2026-03-27T02:29:30Z")

</div>

마지막으로 요약하겠습니다.

우리의 요구 사항은 다음과 같습니다: 특정 버전 설치

1. 로컬 코드 저장소 `https://github.com/discourse/discourse_docker.git` 업데이트

```bash
# 프로젝트 루트 디렉터리로 이동
cd /var/discourse
# 최신 버전으로 업데이트
git pull

```

1. 지정할 버전 수정

`containers/app.yml` 파일을 수정하여 마지막에 아래 설정을 추가합니다:

```yaml
params:
  version: release/2026.1 # 모범 사례는 esr로 작성하는 것입니다

```

1. 재빌드

```yaml
./launcher rebuild app

```

> `version: esr`인 경우, 그 이후의 내용은 확인하지 않아도 됩니다.
> 
> 먼저 `git pull`을 실행하여 로컬 코드 저장소가 최신 상태인지 확인하십시오. 그런 다음 배포할 분기를 지정하고, 마지막으로 재빌드합니다. 이 설명은 `release/2026.1`에서 `release/2026.7`로 업그레이드하려는 시나리오에 적용됩니다.
> 
> 이미 설치된 `release/2026.1`을 업그레이드하려는 것이라면, 관리 화면에서 업그레이드 버튼을 클릭하면 됩니다. 이는 `release/2026.1`에 업데이트(특히 취약점 수정)가 있는 시나리오에 적용됩니다.

---

_[View the full topic](https://meta.discourse.org/t/help-deploying-older-versions-of-discourse/399409)._
