# Upgrade page claims nothing to be done

**URL:** https://meta.discourse.org/t/upgrade-page-claims-nothing-to-be-done/202554
**Category:** Self-hosting
**Created:** [September 3, 2021, 5:00pm UTC](https://meta.discourse.org/t/upgrade-page-claims-nothing-to-be-done/202554 "2021-09-03T17:00:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Ed\_S](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ed_s/32/134015_2.png) [@Ed\_S](https://meta.discourse.org/u/Ed_S)
#### Post date: [September 3, 2021, 5:00pm UTC](https://meta.discourse.org/t/upgrade-page-claims-nothing-to-be-done/202554/1 "2021-09-03T17:00:52Z")

</div>

I was running 2.8.0.beta4, and intended to upgrade to beta 6. The upgrade page allowed me to upgrade docker\_manager, but reports discourse as being up to date. It isn’t! And the dashboard still shows 2.8.0.beta4.

[discourse](https://github.com/discourse/discourse.git) latest-release +4 Up to date  
[docker\_manager](https://github.com/discourse/docker_manager.git) 19cbd60 Up to date

I have started a rebuild, which I expect will get me to where I want to be, but this seems to be a trap for the unwary, who will might think there is no update, or might wonder what to do.

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

```

Edit: after the rebuild, discourse now reports at version d3be77a0, and “up to date”, but there’s no green check mark. Perhaps that’s a clue.

Edit: on another instance, also on beta4 and also reporting version as latest-release+4, I do get the usual “New version available!” annotations, for discourse, docker\_manager, and discourse-data-explorer.

---

<div class="post-metadata">

### Author: ![IAmGav](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/iamgav/32/235598_2.png) [@IAmGav](https://meta.discourse.org/u/IAmGav)
#### Post date: [September 3, 2021, 5:39pm UTC](https://meta.discourse.org/t/upgrade-page-claims-nothing-to-be-done/202554/2 "2021-09-03T17:39:58Z")

</div>

have you tried running

```plaintext
apt-get update
apt-get upgrade

```

and then

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

```

---

<div class="post-metadata">

### Author: ![Ed\_S](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ed_s/32/134015_2.png) [@Ed\_S](https://meta.discourse.org/u/Ed_S)
#### Post date: [September 3, 2021, 7:04pm UTC](https://meta.discourse.org/t/upgrade-page-claims-nothing-to-be-done/202554/3 "2021-09-03T19:04:23Z")

</div>

Indeed I did do a rebuild, and that cleared up the situation. I reported this in case it might cause trouble for others.

(I didn’t update my packages, in this case.)
