# Error Upgrading Discourse + Discourse Plugins

**URL:** https://meta.discourse.org/t/error-upgrading-discourse-discourse-plugins/61444
**Category:** Support
**Created:** [April 22, 2017, 6:32pm UTC](https://meta.discourse.org/t/error-upgrading-discourse-discourse-plugins/61444 "2017-04-22T18:32:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![LilTrashPanda](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/liltrashpanda/32/62053_2.png) [@LilTrashPanda](https://meta.discourse.org/u/LilTrashPanda)
#### Post date: [April 22, 2017, 6:32pm UTC](https://meta.discourse.org/t/error-upgrading-discourse-discourse-plugins/61444/1 "2017-04-22T18:32:04Z")

</div>

Hi everyone,

When attempting to upgrade Discourse (and plugins, though I’m less concerned about them), it kept getting about 40% through the loading bar and then stopped with an error message: **Sorry, there was an error upgrading Discourse. Please check the logs below.** However, looking at the logs didn’t point out any errors or failures from what I could tell.

After going back to the Versions tab, it said an upgrade was available for Discourse, however there were no new commits. After refreshing, I now have no option to update Discourse, yet in my Admin panel it says that an upgrade is still available.

Are there any troubleshooting steps I could try for this? Unfortunately I’m not very familiar with working through the PuTTY tool, so if that’s where I’d need to go, I just need it a bit more broken down so I can follow along. Not sure if it’s related, but users also cannot upload a custom avatar and it’s no longer selecting the default avatar we had set (it’s just a grey person).

Thanks!

* * *

Edit: After refreshing my admin page, I received the following alert. Perhaps it’s related?

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

* * *

Edit 2: And now after refreshing once more, it says everything is fine and updated. I guess this can be ignored! 🙂

---

<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: [April 22, 2017, 10:41pm UTC](https://meta.discourse.org/t/error-upgrading-discourse-discourse-plugins/61444/2 "2017-04-22T22:41:09Z")

</div>

You were updating through the web updater? If anything weird happens just log in via SSH and rebuild from the command line.

Please SSH into your server and run:

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

```

---

<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: [April 22, 2017, 10:41pm UTC](https://meta.discourse.org/t/error-upgrading-discourse-discourse-plugins/61444/3 "2017-04-22T22:41:13Z")

</div>


