# Kan Discourse niet updaten...help?

**URL:** https://meta.discourse.org/t/unable-to-update-discourse-help/224303
**Category:** Self-hosting
**Created:** [14 april 2022 om 16:54 UTC](https://meta.discourse.org/t/unable-to-update-discourse-help/224303 "2022-04-14T16:54:53Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![mallorycs](https://avatars.discourse-cdn.com/v4/letter/m/3ab097/32.png) [@mallorycs](https://meta.discourse.org/u/mallorycs)
#### Post date: [14 april 2022 om 16:54 UTC](https://meta.discourse.org/t/unable-to-update-discourse-help/224303/1 "2022-04-14T16:54:53Z")

</div>

When I try to update Discourse, I get this:

_You are running an old version of the Discourse image._  
_Upgrades via the web UI are disabled until you run the latest image._

_To do so log in to your server using SSH and run:_

- 

```
   cd /var/discourse*

```

- 

```
   git pull*

```

- 

```
   ./launcher rebuild app*

```

Does this mean we are self hosting? We pay Digital Ocean for “hosting” but is this a different type of hosting?

If we, in fact, do self host, according to Discourse’s definition, and we need to follow [this article](https://meta.discourse.org/t/how-do-i-manually-update-discourse-and-docker-image-to-latest/23325), then what is the solution, as this type of manual update is far beyond our skill set? (I run my own business solo and already have become a professional at countless skill sets, including teaching myself to run Discourse at the level it’s at right now, I don’t have time to also teach myself developer skills at this level of expertise. 😭)

Can I just not update Discourse? How bad would that be? Should I hire someone to do this for me? Or should I forgo Discourse altogether?

Would appreciate any advice!! Thanks friends!

---

<div class="post-metadata">

### Author: ![Alexander](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alexander/32/497634_2.png) [@Alexander](https://meta.discourse.org/u/Alexander)
#### Post date: [14 april 2022 om 17:00 UTC](https://meta.discourse.org/t/unable-to-update-discourse-help/224303/2 "2022-04-14T17:00:04Z")

</div>

> [@mallorycs](#):
>
> We pay Digital Ocean for “hosting” but is this a different type of hosting?

If you have a Droplet running Discourse, you are effectively self-hosted

You just have to access the Droplet via SSH, just like the first time you did the installation, and execute the given commands 😁

> [@mallorycs](#):
>
> Can I just not update Discourse?

You can choose not to update, but in my personal opinion I do not recommend it, as there could be security patches or important changes

---

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [14 april 2022 om 17:02 UTC](https://meta.discourse.org/t/unable-to-update-discourse-help/224303/3 "2022-04-14T17:02:10Z")

</div>

Yes, you are self hosting. You are buying hosting from DigitalOcean but you need to manage everything on top of that hosting by yourself.

You could try to do it yourself but if something unexpected happens you have an issue, or hire someone to do it for you, or you can get **managed** hosting so everything is done for you (with [Discourse.org](http://Discourse.org) or for instance with Communiteq).

---

<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: [16 april 2022 om 10:31 UTC](https://meta.discourse.org/t/unable-to-update-discourse-help/224303/4 "2022-04-16T10:31:42Z")

</div>

Hi @mallorycs 🙂

Have you managed to update your Discourse yet? Updating from the droplet can be a little scary at first, but it does get easier the more you do it. 🙂 Digital Ocean also have a console option you can use from your droplet page, which makes accessing it a bit easier. Let me know if you want any extra advice. 👍

---

<div class="post-metadata">

### Author: ![mallorycs](https://avatars.discourse-cdn.com/v4/letter/m/3ab097/32.png) [@mallorycs](https://meta.discourse.org/u/mallorycs)
#### Post date: [21 april 2022 om 16:32 UTC](https://meta.discourse.org/t/unable-to-update-discourse-help/224303/5 "2022-04-21T16:32:12Z")

</div>

@Alexander @RGJ @JammyDodger Oh my gosh thank you all for the advice!! My boyfriend took it upon himself to read this and jump into the droplet and figure out the updates. Seems to have worked! Phew 😅 Thank you!!

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [21 april 2022 om 18:00 UTC](https://meta.discourse.org/t/unable-to-update-discourse-help/224303/6 "2022-04-21T18:00:11Z")

</div>

> [@mallorycs](#):
>
> My boyfriend took it upon himself to read this and jump into the droplet and figure out the updates.

Nice! I recommend you have him walk you through the steps to upgrading from the command line. It’s not so hard at all if you have the steps written down. If you run into trouble, you can always ask here.
