# שברתי את האתר שלי בזמן עדכון שלו

**URL:** https://meta.discourse.org/t/i-broke-my-site-while-updating-it/384733
**Category:** Self-hosting
**Created:** [5 באוקטובר,‏ 2025,‏ 8:27pm UTC](https://meta.discourse.org/t/i-broke-my-site-while-updating-it/384733 "2025-10-05T20:27:00Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [5 באוקטובר,‏ 2025,‏ 9:20pm UTC](https://meta.discourse.org/t/i-broke-my-site-while-updating-it/384733/4 "2025-10-05T21:20:11Z")

</div>

Do you remember how you installed the plugins? Removing them is very similar to that

> [@Install plugins on a self-hosted site](https://meta.discourse.org/t/install-plugins-on-a-self-hosted-site/19157/1):
>
> Access your container’s `app.yml` file (present in ` /var/discourse/containers/`)
> 
> ```plaintext
> cd /var/discourse
> nano containers/app.yml
> 
> ```

> [@Install plugins on a self-hosted site](https://meta.discourse.org/t/install-plugins-on-a-self-hosted-site/19157/1):
>
> ### How to uninstall a plugin
> 
> To remove a plugin, simply remove the `- git clone https://github.com/...` line from your `app.yml` file and rebuild your site via
> 
> ```plaintext
> cd /var/discourse
> ./launcher rebuild app
> 
> ```

---

_[View the full topic](https://meta.discourse.org/t/i-broke-my-site-while-updating-it/384733)._
