# Docker not upgrade?

**URL:** https://meta.discourse.org/t/docker-not-upgrade/38760
**Category:** Support
**Created:** [January 30, 2016, 11:42am UTC](https://meta.discourse.org/t/docker-not-upgrade/38760 "2016-01-30T11:42:24Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Roxelle](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/roxelle/32/46924_2.png) [@Roxelle](https://meta.discourse.org/u/Roxelle)
#### Post date: [January 30, 2016, 11:42am UTC](https://meta.discourse.org/t/docker-not-upgrade/38760/1 "2016-01-30T11:42:24Z")

</div>

Hi,  
I have tried to update the docker from the admin panel, but not working.  
The screen remains fixed …

 ![](https://global.discourse-cdn.com/meta/original/3X/5/8/5858208135138782a920b4ae3daecaa3d35d49ca.PNG)

What am I supposed to do?

---

<div class="post-metadata">

### Author: ![Yuun](https://avatars.discourse-cdn.com/v4/letter/y/977dab/32.png) [@Yuun](https://meta.discourse.org/u/Yuun)
#### Post date: [January 30, 2016, 2:03pm UTC](https://meta.discourse.org/t/docker-not-upgrade/38760/2 "2016-01-30T14:03:46Z")

</div>

Try refreshing the page, I’ve had sporadic issues with the upgrade page not updating in real time (but the actual upgrade works fine). I think I’ve stopped having the issue recently, but if you’re behind on upgrades you might not have picked up whatever fixed it.

---

<div class="post-metadata">

### Author: ![Steven](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/steven/32/187890_2.png) [@Steven](https://meta.discourse.org/u/Steven)
#### Post date: [January 30, 2016, 3:16pm UTC](https://meta.discourse.org/t/docker-not-upgrade/38760/3 "2016-01-30T15:16:30Z")

</div>

The best option is to do a `./launcher rebuild app`, it fixed the issue for me (~10 days ago). It will upgrade correctly docker\_manager

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [January 30, 2016, 11:39pm UTC](https://meta.discourse.org/t/docker-not-upgrade/38760/4 "2016-01-30T23:39:37Z")

</div>

Yeah apologies this was a bug with message bus related to upgrading it, independently of other stuff, just update via SSH and all will be well.

```
cd /var/discourse
git pull
./launcher rebuild app
./launcher clean

```

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [January 30, 2016, 11:39pm UTC](https://meta.discourse.org/t/docker-not-upgrade/38760/5 "2016-01-30T23:39:40Z")

</div>


