# 완전한 재빌드 후 웹 업그레이드 플래그가 멈춤

**URL:** https://meta.discourse.org/t/stuck-web-upgrade-flags-after-a-full-rebuild/400936
**Category:** Bug
**Tags:** fixed
**Created:** [4월 18, 2026, 12:27오전 UTC](https://meta.discourse.org/t/stuck-web-upgrade-flags-after-a-full-rebuild/400936 "2026-04-18T00:27:00Z")
**Posts on this page:** 1
**Showing post:** 13

<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: [4월 20, 2026, 9:36오후 UTC](https://meta.discourse.org/t/stuck-web-upgrade-flags-after-a-full-rebuild/400936/13 "2026-04-20T21:36:42Z")

</div>

이것들은 재빌드 시에도 이 상황이 지속되는 문제를 수정해야 합니다

> <https://github.com/discourse/docker_manager/pull/319>
>
> \*\*Previously\*\*, there was no way to clear the Redis flags that drive the web upg…rade UI state, so a failed web update followed by a manual \`./launcher rebuild app\` could leave the admin interface stuck on "Updating...".
> 
> \*\*In this update\*\*, adds a rake task that clears \`upgrade:\*\` keys and the \`docker\_manager:upgrade:server\_restarting\` flag across all sites. Intended to be invoked from \`discourse\_docker\`'s \`web.template.yml\` so the UI state is reset after a full container rebuild.

> <https://github.com/discourse/discourse_docker/pull/1050>
>
> \*\*Previously\*\*, a failed web update via the \`docker\_manager\` plugin left Redis f…lags set that kept the admin UI showing "Updating..." even after the user recovered with \`./launcher rebuild app\`.
> 
> \*\*In this update\*\*, \`web.template.yml\` invokes \`docker\_manager:stop\_all\_upgrades\` right after \`db\_migrate\` to clear those flags. Guarded by a file-existence check on the rake task and \`raise\_on\_fail: false\` so instances without \`docker\_manager\`, or with an older plugin version that predates the task, are unaffected.
> 
> Paired with https://github.com/discourse/docker\_manager/pull/319.

---

_[View the full topic](https://meta.discourse.org/t/stuck-web-upgrade-flags-after-a-full-rebuild/400936)._
