# Discourse update keeps failing

**URL:** https://meta.discourse.org/t/discourse-update-keeps-failing/231862
**Category:** Self-hosting
**Created:** [July 4, 2022, 9:34am UTC](https://meta.discourse.org/t/discourse-update-keeps-failing/231862 "2022-07-04T09:34:40Z")
**Posts on this page:** 1
**Showing post:** 38

<div class="post-metadata">

### Author: ![jonathon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathon/32/265865_2.png) [@jonathon](https://meta.discourse.org/u/jonathon)
#### Post date: [July 14, 2022, 7:12pm UTC](https://meta.discourse.org/t/discourse-update-keeps-failing/231862/38 "2022-07-14T19:12:50Z")

</div>

> [@L30110](#):
>
> How can I back out of this update

If you’re using the Docker deployment method, you may have an older container which you can restart (check e.g. `docker images` and/or `docker ps -a`).

You can also override the commit used to build the Discourse instance by editing `app.yml` and setting the version to the commit prior to the change, then rebuilding:

```plaintext
params:
  version: adb7fa5e2fc51308efc9fc4ee57ecb1c15a85cfa

```

Discourse will break again if you update after this, which is not ideal given the [security update](https://meta.discourse.org/t/2-9-0-beta7-security-fix-bug-fixes-and-more/232721) that has been released since (although exploitation potential seems pretty limited for most instances).

---

_[View the full topic](https://meta.discourse.org/t/discourse-update-keeps-failing/231862)._
