# \[נפתר\] Discourse לא פועל יותר לאחר עדכון ל-2.6.0.beta2

**URL:** https://meta.discourse.org/t/solved-discourse-not-running-any-more-after-update-to-2-6-0-beta2/161796
**Category:** Self-hosting
**Created:** [23 באוגוסט,‏ 2020,‏ 6:44am UTC](https://meta.discourse.org/t/solved-discourse-not-running-any-more-after-update-to-2-6-0-beta2/161796 "2020-08-23T06:44:14Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![TBauer](https://avatars.discourse-cdn.com/v4/letter/t/e9a140/32.png) [@TBauer](https://meta.discourse.org/u/TBauer)
#### Post date: [23 באוגוסט,‏ 2020,‏ 6:44am UTC](https://meta.discourse.org/t/solved-discourse-not-running-any-more-after-update-to-2-6-0-beta2/161796/1 "2020-08-23T06:44:14Z")

</div>

Hello,

I tried to install the 2.6.0.beta2 update yesterday via SSH. The update itself runs without problems. I also read the information, that the update can take a long time. But after a day, it should work again. I also have a view thousand posts. So it is not a realy large forum…

I also removed all plugins and restarted a rebuild. No change. The Docker container is running. Also the database and also the websocket. But I get a 502 error from the nginx server in front of the docker container.

Any ideas how I can start do debug the problem?

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [23 באוגוסט,‏ 2020,‏ 6:49am UTC](https://meta.discourse.org/t/solved-discourse-not-running-any-more-after-update-to-2-6-0-beta2/161796/2 "2020-08-23T06:49:01Z")

</div>

Step one would probably be to bypass your socket setup and ascertain what state discourse is in.

---

<div class="post-metadata">

### Author: ![TBauer](https://avatars.discourse-cdn.com/v4/letter/t/e9a140/32.png) [@TBauer](https://meta.discourse.org/u/TBauer)
#### Post date: [23 באוגוסט,‏ 2020,‏ 6:59am UTC](https://meta.discourse.org/t/solved-discourse-not-running-any-more-after-update-to-2-6-0-beta2/161796/3 "2020-08-23T06:59:50Z")

</div>

502 Bad Gateway

That’s the result if I try to direct access the forum… So something in the background does not run…

---

<div class="post-metadata">

### Author: ![TBauer](https://avatars.discourse-cdn.com/v4/letter/t/e9a140/32.png) [@TBauer](https://meta.discourse.org/u/TBauer)
#### Post date: [23 באוגוסט,‏ 2020,‏ 8:35am UTC](https://meta.discourse.org/t/solved-discourse-not-running-any-more-after-update-to-2-6-0-beta2/161796/4 "2020-08-23T08:35:06Z")

</div>

I found the problem! It was the `bootsnap-compiled-cache` directory… There is also another [post](https://meta.discourse.org/t/502-error-on-nginx/160592/12) with this problem…

I found this after I tried to make a backup inside the docker container and got a permission error… Maybe that will help someone else…

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [23 באוגוסט,‏ 2020,‏ 1:36pm UTC](https://meta.discourse.org/t/solved-discourse-not-running-any-more-after-update-to-2-6-0-beta2/161796/5 "2020-08-23T13:36:50Z")

</div>

How was this instance installed?

---

<div class="post-metadata">

### Author: ![TBauer](https://avatars.discourse-cdn.com/v4/letter/t/e9a140/32.png) [@TBauer](https://meta.discourse.org/u/TBauer)
#### Post date: [23 באוגוסט,‏ 2020,‏ 2:01pm UTC](https://meta.discourse.org/t/solved-discourse-not-running-any-more-after-update-to-2-6-0-beta2/161796/6 "2020-08-23T14:01:05Z")

</div>

How described in the short installation guide.

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [23 באוגוסט,‏ 2020,‏ 2:11pm UTC](https://meta.discourse.org/t/solved-discourse-not-running-any-more-after-update-to-2-6-0-beta2/161796/7 "2020-08-23T14:11:57Z")

</div>

You followed [this guide](https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md)?

---

<div class="post-metadata">

### Author: ![TBauer](https://avatars.discourse-cdn.com/v4/letter/t/e9a140/32.png) [@TBauer](https://meta.discourse.org/u/TBauer)
#### Post date: [23 באוגוסט,‏ 2020,‏ 2:34pm UTC](https://meta.discourse.org/t/solved-discourse-not-running-any-more-after-update-to-2-6-0-beta2/161796/8 "2020-08-23T14:34:28Z")

</div>

Yes, but this was in spring…

For the new beta i did a update…

```
git pull
./launcher rebuild app

```
