# 다시 discourse가 오프라인 상태: 「bootstrap failed with exit code 5」

**URL:** https://meta.discourse.org/t/another-discourse-offline-bootstrap-failed-with-exit-code-5/290104
**Category:** Self-hosting
**Created:** [12월 30, 2023, 10:29오후 UTC](https://meta.discourse.org/t/another-discourse-offline-bootstrap-failed-with-exit-code-5/290104 "2023-12-30T22:29:47Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Sasquatch\_Kinetic](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sasquatch_kinetic/32/351270_2.png) [@Sasquatch\_Kinetic](https://meta.discourse.org/u/Sasquatch_Kinetic)
#### Post date: [12월 30, 2023, 11:35오후 UTC](https://meta.discourse.org/t/another-discourse-offline-bootstrap-failed-with-exit-code-5/290104/2 "2023-12-30T23:35:47Z")

</div>

> [@업그레이드 실패("bootstrap failed with exit code 5") 후 Discourse 오프라인 상태](https://meta.discourse.org/t/discourse-offline-after-failed-upgrade-bootstrap-failed-with-exit-code-5/288193/8):
>
> Did you try ./launcher start app to try and get the pre-rebuild one back up?

기존 이미지들은 가지고 있지만, 최신 이미지는 삭제했습니다…

```plaintext
docker rmi 51421f454322 -f

```

기존 컨테이너들은 가지고 있지만, `./launcher start app`을 실행하려고 하면 삭제된 이미지를 우선적으로 사용하는 것 같습니다.

```plaintext
root@hostname:/var/discourse# ./launcher start app
WARNING: Docker version 17.05.0-ce deprecated, recommend upgrade to 17.06.2 or newer.
x86_64 arch detected.
WARNING: containers/app.yml file is world-readable. You can secure this file by running: chmod o-rwx containers/app.yml

starting up existing container
+ /usr/bin/docker start app
app

root@hostname:/var/discourse# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
afeec2777503 51421f454322 "/sbin/boot" 3 hours ago Up 5 seconds 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp app
root@hostname:/var/discourse# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
discourse/base 2.0.20231218-0429 984f729957df 12 days ago 3.14GB

```

이미지 ID `984f729957df`로 진행하는 방법이 있을까요?

---

_[View the full topic](https://meta.discourse.org/t/another-discourse-offline-bootstrap-failed-with-exit-code-5/290104)._
