# Upgrade link missing?

**URL:** https://meta.discourse.org/t/upgrade-link-missing/52882
**Category:** Bug
**Created:** [2016年十一月14日 16:58 UTC](https://meta.discourse.org/t/upgrade-link-missing/52882 "2016-11-14T16:58:04Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [2016年十一月14日 16:58 UTC](https://meta.discourse.org/t/upgrade-link-missing/52882/1 "2016-11-14T16:58:04Z")

</div>

Surely I’m blind, but I don’t see a link to the upgrade.

 ![](https://global.discourse-cdn.com/meta/original/3X/5/9/5922563bd35d0922874430be4e5006176f596be5.png)

The v1.7.6 link links to [github](https://github.com/discourse/discourse/compare/6d68aac6ebff3c6bbb29e6f8db036ae6c2250b6d...tests-passed), but I don’t see anywhere that I can click to get to  
`/admin/upgrade`

---

<div class="post-metadata">

### Author: ![ewanly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ewanly/32/62854_2.png) [@ewanly](https://meta.discourse.org/u/ewanly)
#### Post date: [2016年十一月14日 22:34 UTC](https://meta.discourse.org/t/upgrade-link-missing/52882/2 "2016-11-14T22:34:23Z")

</div>

> [@pfaffman](#):
>
> [https://forum.example.com/admin/upgrade](https://forum.example.com/admin/upgrade)

Try by visiting this URL: [https://forum.example.com/admin/docker](https://forum.example.com/admin/docker)

Edit: I just anonymized the link above 🙂

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [2016年十一月14日 22:37 UTC](https://meta.discourse.org/t/upgrade-link-missing/52882/3 "2016-11-14T22:37:43Z")

</div>

Thanks. And my link (which I probably should have anonymized first) works fine, it’s just that in recent memory, there was a link to the upgrade page on the admin page. Most people won’t be able to guess at the upgrade/docker url.

---

<div class="post-metadata">

### Author: ![ewanly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ewanly/32/62854_2.png) [@ewanly](https://meta.discourse.org/u/ewanly)
#### Post date: [2016年十一月14日 22:46 UTC](https://meta.discourse.org/t/upgrade-link-missing/52882/4 "2016-11-14T22:46:04Z")

</div>

Yes you are right. Me too, I just discovered thisway of upgrade accessing through the URL.

Anyway I find it more successful to do it with `rebuild` since it usually stop the upgrading process somewhere in the middle (even if the upgrade was successful) and some times its fails then you need to reset the upgrade. It just happened to me today. This area need some fixing for sure.

---

<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: [2016年十一月15日 00:50 UTC](https://meta.discourse.org/t/upgrade-link-missing/52882/5 "2016-11-15T00:50:32Z")

</div>

Hmm is this a recent ember related change regression @eviltrout? Can you take a peek? Seems weird that the upgrade link is missing..

---

<div class="post-metadata">

### Author: ![gvalchca](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gvalchca/32/44015_2.png) [@gvalchca](https://meta.discourse.org/u/gvalchca)
#### Post date: [2016年十一月15日 09:31 UTC](https://meta.discourse.org/t/upgrade-link-missing/52882/7 "2016-11-15T09:31:50Z")

</div>

Had an identical problem, thx for the hint with the link.

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [2016年十一月15日 17:18 UTC](https://meta.discourse.org/t/upgrade-link-missing/52882/8 "2016-11-15T17:18:46Z")

</div>

Thanks, I’ve fixed it in [this commit](https://github.com/discourse/discourse/commit/852639e27a883d9c53bccbe3c3d24987bbfdcb0e) thanks to help from @tgxworld.

The outlets/custom-html are going to be a little tricky to fix properly in the later versions of Ember before we merge into master, but for now functionality is restored.

---

<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: [2016年十一月15日 22:21 UTC](https://meta.discourse.org/t/upgrade-link-missing/52882/9 "2016-11-15T22:21:00Z")

</div>


