# גיבויים מופיעים בסרגל הניהול החדש כשהם "מושבתים"

**URL:** https://meta.discourse.org/t/backups-show-on-new-admin-sidebar-when-they-are-disabled/321039
**Category:** Bug
**Tags:** backups, admin-sidebar
**Created:** [10 באוגוסט,‏ 2024,‏ 3:56pm UTC](https://meta.discourse.org/t/backups-show-on-new-admin-sidebar-when-they-are-disabled/321039 "2024-08-10T15:56:22Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mentalstring](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mentalstring/32/168934_2.png) [@mentalstring](https://meta.discourse.org/u/mentalstring)
#### Post date: [10 באוגוסט,‏ 2024,‏ 3:56pm UTC](https://meta.discourse.org/t/backups-show-on-new-admin-sidebar-when-they-are-disabled/321039/1 "2024-08-10T15:56:22Z")

</div>

I’m currently experimenting with 3.3 on a staging machine and when I activated the new admin sidebar, I got this menu:

 ![Screenshot 2024-08-10 at 16.08.13](https://global.discourse-cdn.com/meta/original/4X/5/f/1/5f10b9477c01cde29be0b1d55d296662898b8d19.png)

But, accessing _Backups_ leads to:

 ![Screenshot 2024-08-10 at 16.08.51](https://global.discourse-cdn.com/meta/original/4X/7/a/b/7ab6b432b8ebe090a9c8658009861b1729afaff5.png)

This being a staging server, we had set `enable_backups` to `false` at some point, hence why we bumped into this bug. Setting it to `true` makes this work as expected. I suppose that menu entry may need to be conditional on that setting.

Having said that, the description for `enable_backups` currently is

> Allow administrators to **create** backups of the forum

however, if it is set to `false` but `automatic_backups_enabled` is enabled, periodic backups continue to run (as I just found out..). So maybe `enable_backups` is about creating backups manually only?

In such case, perhaps `/admin/backups` section should always show to access any backups already done, and the “Backup” button in that page following the `enable_backups` setting.

PS: Shouldn’t the all admin settings be reachable even without the new admin sidebar? The custom moderation flags seem to not be anywhere under the usual settings (did I miss it?).

---

<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: [10 באוגוסט,‏ 2024,‏ 4:41pm UTC](https://meta.discourse.org/t/backups-show-on-new-admin-sidebar-when-they-are-disabled/321039/5 "2024-08-10T16:41:34Z")

</div>

> [@mentalstring](#):
>
> The custom moderation flags seem to not be anywhere under the usual settings (did I miss it?).

I wasn’t able to find it without the admin sidebar either.

---

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [17 באפריל,‏ 2025,‏ 1:28pm UTC](https://meta.discourse.org/t/backups-show-on-new-admin-sidebar-when-they-are-disabled/321039/6 "2025-04-17T13:28:38Z")

</div>

See [Disabling backups does not remove item from admin sidebar](https://meta.discourse.org/t/disabling-backups-does-not-remove-item-from-admin-sidebar/362099)
