main ← clear-stuck-upgrades-on-rebuild
approved 09:37PM - 20 Apr 26 UTC
**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.