# Not able to reset upgrades

**URL:** https://meta.discourse.org/t/not-able-to-reset-upgrades/100419
**Category:** Support
**Created:** [10월 25, 2018, 5:24오전 UTC](https://meta.discourse.org/t/not-able-to-reset-upgrades/100419 "2018-10-25T05:24:41Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![marianord](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/marianord/32/90502_2.png) [@marianord](https://meta.discourse.org/u/marianord)
#### Post date: [10월 25, 2018, 5:24오전 UTC](https://meta.discourse.org/t/not-able-to-reset-upgrades/100419/1 "2018-10-25T05:24:41Z")

</div>

I tried to upgrade my Discourse instance a few days ago, and it didn’t went through the installation as it was waiting for an unicorn to reload, this went on for at least 5-10mins, so I decided to close the upgrade tab.

Right now I’ve updated the instance by rebuilding the app, but, I can’t handle to reset the upgrade flag.

## Upgrade versions page

 ![image](https://global.discourse-cdn.com/meta/original/3X/b/0/b0810bbc8c6409522830f0ee9c30997b4c0f0ac7.png)

## Mozilla console

 ![image](https://global.discourse-cdn.com/meta/original/3X/5/a/5adc2e650a2125cc03dc3df58f4749c98bb7dcb2.png)

As you can see, when I try to reset the upgrades I just get an error that doesn’t allow me to.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [10월 25, 2018, 8:25오전 UTC](https://meta.discourse.org/t/not-able-to-reset-upgrades/100419/2 "2018-10-25T08:25:46Z")

</div>

SSH into your server and do

```
cd /var/discourse
./launcher rebuild app

```

---

<div class="post-metadata">

### Author: ![marianord](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/marianord/32/90502_2.png) [@marianord](https://meta.discourse.org/u/marianord)
#### Post date: [10월 25, 2018, 12:07오후 UTC](https://meta.discourse.org/t/not-able-to-reset-upgrades/100419/3 "2018-10-25T12:07:17Z")

</div>

I’ve done that twice, that works to update Discourse but doesn’t seem to reset those flags.

---

<div class="post-metadata">

### Author: ![marianord](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/marianord/32/90502_2.png) [@marianord](https://meta.discourse.org/u/marianord)
#### Post date: [10월 27, 2018, 1:40오후 UTC](https://meta.discourse.org/t/not-able-to-reset-upgrades/100419/4 "2018-10-27T13:40:19Z")

</div>

As stated above, did the

```bash
cd /var/discourse
./launcher rebuild app

```

And it still is “Currently upgrading” without the ability to reset them

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [10월 27, 2018, 2:03오후 UTC](https://meta.discourse.org/t/not-able-to-reset-upgrades/100419/5 "2018-10-27T14:03:49Z")

</div>

Not sure if it’s still the done thing, but if the Reset Upgrade option (click currently upgrading) didn’t work, the solution was to flush redis:

```
$ ./launcher enter app
$ redis-cli flushall

```

---

<div class="post-metadata">

### Author: ![marianord](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/marianord/32/90502_2.png) [@marianord](https://meta.discourse.org/u/marianord)
#### Post date: [10월 27, 2018, 3:21오후 UTC](https://meta.discourse.org/t/not-able-to-reset-upgrades/100419/6 "2018-10-27T15:21:04Z")

</div>

That one did the trick, thank you

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [11월 26, 2018, 3:21오후 UTC](https://meta.discourse.org/t/not-able-to-reset-upgrades/100419/7 "2018-11-26T15:21:23Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
