# Unable to upgrade Kore Community Instance

**URL:** https://meta.discourse.org/t/unable-to-upgrade-kore-community-instance/377239
**Category:** Self-hosting
**Created:** [August 4, 2025, 3:42pm UTC](https://meta.discourse.org/t/unable-to-upgrade-kore-community-instance/377239 "2025-08-04T15:42:47Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Srujan\_Madderla](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/srujan_madderla/32/327711_2.png) [@Srujan\_Madderla](https://meta.discourse.org/u/Srujan_Madderla)
#### Post date: [August 4, 2025, 3:42pm UTC](https://meta.discourse.org/t/unable-to-upgrade-kore-community-instance/377239/1 "2025-08-04T15:42:47Z")

</div>

Hi Team,

We are trying to upgrade our on premise instance from the below version.  
3.2.0.beta5-dev to 3.5.0.beta7

And we are seeing the below error.

/var/discourse# ./launcher rebuild app  
ERROR: Docker version 18.06.1-ce not supported, please upgrade to at least 20.10.0, or recommended 24.0.7

Please help in getting this sorted out as we need to upgrade our instance on priority to address few vulnerabilities found in the current version.

 ![image](https://global.discourse-cdn.com/meta/original/4X/1/6/8/1680bed1c54aa4bba2acd5d24d5082ce1d1f8b05.png)

---

<div class="post-metadata">

### Author: ![nat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nat/32/235063_2.png) [@nat](https://meta.discourse.org/u/nat)
#### Post date: [August 4, 2025, 4:45pm UTC](https://meta.discourse.org/t/unable-to-upgrade-kore-community-instance/377239/2 "2025-08-04T16:45:52Z")

</div>

Another user had a similar issue:

> [@My discourse forum crashed after upgrade to 3.5.0.beta8](https://meta.discourse.org/t/my-discourse-forum-crashed-after-upgrade-to-3-5-0-beta8/377128/9):
>
> You can try the following
> 
> ```plaintext
> cd /var/discourse
> git pull origin main --autostash
> 
> ```

---

<div class="post-metadata">

### Author: ![Srujan\_Madderla](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/srujan_madderla/32/327711_2.png) [@Srujan\_Madderla](https://meta.discourse.org/u/Srujan_Madderla)
#### Post date: [August 5, 2025, 11:14am UTC](https://meta.discourse.org/t/unable-to-upgrade-kore-community-instance/377239/3 "2025-08-05T11:14:47Z")

</div>

We are seeing the below error

git pull origin main --autostash  
error: unknown option `autostash’  
usage: git fetch [] [[…]]  
or: git fetch []   
or: git fetch --multiple [] [( | )…]  
or: git fetch --all []

Our version

git --version  
git version 1.9.1

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [August 5, 2025, 1:31pm UTC](https://meta.discourse.org/t/unable-to-upgrade-kore-community-instance/377239/4 "2025-08-05T13:31:27Z")

</div>

I think you need to update your Git version.

---

<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: [August 7, 2025, 6:16pm UTC](https://meta.discourse.org/t/unable-to-upgrade-kore-community-instance/377239/5 "2025-08-07T18:16:20Z")

</div>

Your OS is almost certainly out of date too.

The easiest thing is to create a new VM with a new OS and a new Docker, install Discourse and restore a backup.

It’s possible that you can upgrade docker and try again, but you’ll still need to deal with the [PostgreSQL 15 update](https://meta.discourse.org/t/postgresql-15-update/349515). Moving to a new server will require little downtime and zero chance of leaving your system in a broken state.
