# כיצד לבצע תחזוקת Discourse מרכזית עם מינימום השבתה?

**URL:** https://meta.discourse.org/t/how-to-perform-major-discourse-maintenance-with-minimal-downtime/381753
**Category:** Self-hosting
**Tags:** hosting
**Created:** [5 בספטמבר,‏ 2025,‏ 8:27pm UTC](https://meta.discourse.org/t/how-to-perform-major-discourse-maintenance-with-minimal-downtime/381753 "2025-09-05T20:27:35Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [5 בספטמבר,‏ 2025,‏ 8:39pm UTC](https://meta.discourse.org/t/how-to-perform-major-discourse-maintenance-with-minimal-downtime/381753/2 "2025-09-05T20:39:37Z")

</div>

If you have a two container install, the new container builds while the old one runs. Downtime is just the amount of time it takes to launch the new container. The only issue is that you need enough ram to build a container while the other runs.

[Move from standalone container to separate web and data containers](https://meta.discourse.org/t/move-from-standalone-container-to-separate-web-and-data-containers/29413), but I usually move a new vm.

If you want zero down time then you need a load balancer that keeps the old container running until the new one has fully started. Then you shut down the old container and do the post update migrations.

---

_[View the full topic](https://meta.discourse.org/t/how-to-perform-major-discourse-maintenance-with-minimal-downtime/381753)._
