# Restore backup tooltip link broken

**URL:** https://meta.discourse.org/t/restore-backup-tooltip-link-broken/345620
**Category:** Bug
**Tags:** fixed
**Created:** [January 4, 2025, 10:37pm UTC](https://meta.discourse.org/t/restore-backup-tooltip-link-broken/345620 "2025-01-04T22:37:03Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ondrej](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ondrej/32/198804_2.png) [@ondrej](https://meta.discourse.org/u/ondrej)
#### Post date: [January 4, 2025, 10:37pm UTC](https://meta.discourse.org/t/restore-backup-tooltip-link-broken/345620/1 "2025-01-04T22:37:03Z")

</div>

👋

As you can see in the image below when you create a backup and hover over the disabled ‘Restore’ button the link is missing 👻

Would it be better if it said

Restore is currently disabled. To enable it, search for ‘allow restore’ in site settings.

* * *

 ![image](https://global.discourse-cdn.com/meta/original/4X/1/2/8/128d1441da8ee9b41a545afe9af8926285b5f876.png)

---

<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: [January 4, 2025, 11:54pm UTC](https://meta.discourse.org/t/restore-backup-tooltip-link-broken/345620/2 "2025-01-04T23:54:43Z")

</div>

It looks like the title of the button was not updated when the URL was added in [UX: Fix restore info link on admin backups page by martin-brennan · Pull Request #28452 · discourse/discourse · GitHub](https://github.com/discourse/discourse/pull/28452)

For the banner, the URL is forwarded:

> <https://github.com/discourse/discourse/blob/53b51e0d5686df63a28759c26ae8b8547fc952e3/app/assets/javascripts/admin/addon/templates/backups-index.hbs#L20-L30>

However, the button title does not get a URL:

> <https://github.com/discourse/discourse/blob/53b51e0d5686df63a28759c26ae8b8547fc952e3/app/assets/javascripts/admin/addon/controllers/admin-backups-index.js#L28>

---

<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: [September 16, 2025, 8:07pm UTC](https://meta.discourse.org/t/restore-backup-tooltip-link-broken/345620/3 "2025-09-16T20:07:06Z")

</div>

I just did a recheck: It’s still broken.

 ![image](https://global.discourse-cdn.com/meta/original/4X/0/8/a/08a460e05c19165707395280cb88d12a8052bbe9.png)

---

<div class="post-metadata">

### Author: ![martin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/martin/32/491371_2.png) [@martin](https://meta.discourse.org/u/martin)
#### Post date: [September 22, 2025, 5:59am UTC](https://meta.discourse.org/t/restore-backup-tooltip-link-broken/345620/6 "2025-09-22T05:59:18Z")

</div>

Fix is here, will get it merged soon 🙂  
[https://github.com/discourse/discourse/pull/34894](https://github.com/discourse/discourse/pull/34894)

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [October 22, 2025, 6:48am UTC](https://meta.discourse.org/t/restore-backup-tooltip-link-broken/345620/8 "2025-10-22T06:48:26Z")

</div>


