# Configure automatic backups for Discourse

**URL:** <https://meta.discourse.org/t/configure-automatic-backups-for-discourse/14855>\
**Category:** Self-Hosting\
**Tags:** backups, how-to\
**Created:** [April 18, 2014, 6:21am UTC](https://meta.discourse.org/t/configure-automatic-backups-for-discourse/14855 "2014-04-18T06:21:44Z")\
**Posts on this page:** 1\
**Showing post:** 142

<div class="post-metadata">

**Author:** ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)\
**Post date:** [May 19, 2026, 5:18pm UTC](https://meta.discourse.org/t/configure-automatic-backups-for-discourse/14855/142 "2026-05-19T17:18:12Z")

</div>

> [@Eviepayne](#):
>
> If I have 2 redundant web containers, how can I ensure only 1 runs a backup?

you don’t need to do anything - Discourse handles this automatically - sidekiq and redis will only run the job once, and sidekiq will only grab one of the web containers, but i don’t think you can be sure which one it is on any given backup _if you are using local backups_.

thus, you should use an external S3 bucket if you aren’t already, otherwise your backup files will likely be randomly stored across the local disks of both containers. using S3 bucket means your backup will always land in the same place.

---

_[View the full topic](https://meta.discourse.org/t/configure-automatic-backups-for-discourse/14855)._
