# Discourse thinks it is upgrading but it is not

**URL:** https://meta.discourse.org/t/discourse-thinks-it-is-upgrading-but-it-is-not/32076
**Category:** Support
**Created:** [August 13, 2015, 6:08pm UTC](https://meta.discourse.org/t/discourse-thinks-it-is-upgrading-but-it-is-not/32076 "2015-08-13T18:08:42Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![clay](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/clay/32/102156_2.png) [@clay](https://meta.discourse.org/u/clay)
#### Post date: [August 13, 2015, 6:08pm UTC](https://meta.discourse.org/t/discourse-thinks-it-is-upgrading-but-it-is-not/32076/1 "2015-08-13T18:08:42Z")

</div>

After an attempt to upgrade to v1.4.0.beta8 got stuck, I rebuilt the app, per some advice in a thread here. When the app rebuilt, it upgraded itself. However, Now I see this at my admin/upgrade screen:

 ![](https://global.discourse-cdn.com/meta/original/3X/1/f/1f3dfe7b9d08ccdf0e3018f89b38a36696d177da.png) 

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

Sadly, there’s no upgrade going on. Any idea how to fix this?

---

<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: [August 13, 2015, 6:15pm UTC](https://meta.discourse.org/t/discourse-thinks-it-is-upgrading-but-it-is-not/32076/2 "2015-08-13T18:15:51Z")

</div>

Same as many other responses here, ssh in and do the 3 line magic

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

```

---

<div class="post-metadata">

### Author: ![clay](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/clay/32/102156_2.png) [@clay](https://meta.discourse.org/u/clay)
#### Post date: [August 13, 2015, 6:27pm UTC](https://meta.discourse.org/t/discourse-thinks-it-is-upgrading-but-it-is-not/32076/3 "2015-08-13T18:27:41Z")

</div>

Sorry if I wasn’t clear – the screens above are the result of me having done exactly what you suggested. Should I just do it again and hope the problem goes away?

---

<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: [August 13, 2015, 6:34pm UTC](https://meta.discourse.org/t/discourse-thinks-it-is-upgrading-but-it-is-not/32076/4 "2015-08-13T18:34:27Z")

</div>

Odd, try clicking the reset upgrade button.

Is the version in view source correct, e.g. Latest?

---

<div class="post-metadata">

### Author: ![clay](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/clay/32/102156_2.png) [@clay](https://meta.discourse.org/u/clay)
#### Post date: [August 13, 2015, 10:19pm UTC](https://meta.discourse.org/t/discourse-thinks-it-is-upgrading-but-it-is-not/32076/5 "2015-08-13T22:19:15Z")

</div>

So, interestingly, it didn’t work until I tried to rebuild the app again. This is what that looked like:

```plaintext
clayh@machine:~$ cd /var/discourse
clayh@machine:/var/discourse$ git pull
remote: Counting objects: 5, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 5 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (5/5), done.
From https://github.com/discourse/discourse_docker
   0b73fae..9b102d5 master -> origin/master
Updating 0b73fae..9b102d5
Fast-forward
 image/discourse_test/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)
clayh@machine:/var/discourse$ ./launcher app rebuild
Config file was not found, ensure containers/rebuild.yml exists

Available configs ( app )
clayh@machine:/var/discourse$ 

```

Following that, I hit the Reset Upgrade button and it upgraded as expected and all looks normal. Weird.

---

<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: [August 13, 2015, 10:22pm UTC](https://meta.discourse.org/t/discourse-thinks-it-is-upgrading-but-it-is-not/32076/6 "2015-08-13T22:22:00Z")

</div>

```
./launcher rebuild app

```

Sorry, I got the terms backwards, I was typing that on iPhone – so you didn’t do a rebuild just then.

---

<div class="post-metadata">

### Author: ![sjmscott](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sjmscott/32/198290_2.png) [@sjmscott](https://meta.discourse.org/u/sjmscott)
#### Post date: [July 2, 2016, 10:25pm UTC](https://meta.discourse.org/t/discourse-thinks-it-is-upgrading-but-it-is-not/32076/7 "2016-07-02T22:25:05Z")

</div>

To confirm, it worked for me. I’m all set!

I was drawn in my the “magic” of this post and didn’t read down to the bottom to see the correction.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [June 8, 2024, 12:45pm UTC](https://meta.discourse.org/t/discourse-thinks-it-is-upgrading-but-it-is-not/32076/8 "2024-06-08T12:45:27Z")

</div>

This topic was automatically closed after 3221 days. New replies are no longer allowed.
