# \[SOLVED\] Uploaded backup doesn't appear in list

**URL:** https://meta.discourse.org/t/solved-uploaded-backup-doesnt-appear-in-list/76554
**Category:** Support
**Created:** [2017 年 12 月 21 日午前 11:55 UTC](https://meta.discourse.org/t/solved-uploaded-backup-doesnt-appear-in-list/76554 "2017-12-21T11:55:24Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Frank\_Bailey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/frank_bailey/32/83927_2.png) [@Frank\_Bailey](https://meta.discourse.org/u/Frank_Bailey)
#### Post date: [2017 年 12 月 21 日午前 11:55 UTC](https://meta.discourse.org/t/solved-uploaded-backup-doesnt-appear-in-list/76554/1 "2017-12-21T11:55:24Z")

</div>

My local Discourse and the live instance I’ve backed up are running the same version (1.9.0.beta17).

I upload a backup from the live installation to my local Discourse (which is a Vagrant development version), but the upload doesn’t appear in the list of backups, meaning I can’t restore the backup.

I was advised elsewhere on the forum that I should put a local installation in place, restore the live backup, add users using the Ning import script, then backup the changed local version and restore it to the live server.

If I can’t see the backup file (Discourse tells me the file was uploaded successfully) then it seems I’m stuck.

Anyone might have some idea where I could be going wrong? Thanks!

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [2017 年 12 月 21 日午後 2:48 UTC](https://meta.discourse.org/t/solved-uploaded-backup-doesnt-appear-in-list/76554/2 "2017-12-21T14:48:13Z")

</div>

I’ve occasionally seen a short delay, but not 3 hours. Can you confirm that the file is on the server, by default in `/var/discourse/shared/standalone/backups/default/`?

---

<div class="post-metadata">

### Author: ![Frank\_Bailey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/frank_bailey/32/83927_2.png) [@Frank\_Bailey](https://meta.discourse.org/u/Frank_Bailey)
#### Post date: [2017 年 12 月 21 日午後 3:48 UTC](https://meta.discourse.org/t/solved-uploaded-backup-doesnt-appear-in-list/76554/3 "2017-12-21T15:48:17Z")

</div>

I found a temp folder in that folder, and it contained a folder named for the uploaded tar.gz backup, and about 14 chunks of split file with sequential names, a few meg in size each. Despite waiting a while and restarting the container several times, I wasn’t able to get the upload to restore.

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [2017 年 12 月 21 日午後 3:50 UTC](https://meta.discourse.org/t/solved-uploaded-backup-doesnt-appear-in-list/76554/4 "2017-12-21T15:50:02Z")

</div>

Sounds like something went wrong with the upload process. I’d suggest trying the upload again, or manually transferring it to the server via `scp` or similar.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [2017 年 12 月 21 日午後 3:53 UTC](https://meta.discourse.org/t/solved-uploaded-backup-doesnt-appear-in-list/76554/5 "2017-12-21T15:53:46Z")

</div>

Is sidekiq running? When you upload a backup, we send it chunk by chunk and they have to be re-assembled on the server once they all have been uploaded. That is done in a background job in sidekiq.

---

<div class="post-metadata">

### Author: ![Frank\_Bailey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/frank_bailey/32/83927_2.png) [@Frank\_Bailey](https://meta.discourse.org/u/Frank_Bailey)
#### Post date: [2017 年 12 月 21 日午後 3:58 UTC](https://meta.discourse.org/t/solved-uploaded-backup-doesnt-appear-in-list/76554/6 "2017-12-21T15:58:12Z")

</div>

Well, we have a winner! Sidekiq is not, in fact, running. I was able to work around it by manually copying the backup file to the correct folder, and the backup restored successfully, so thanks to everyone for your help!

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [2017 年 12 月 21 日午後 3:58 UTC](https://meta.discourse.org/t/solved-uploaded-backup-doesnt-appear-in-list/76554/7 "2017-12-21T15:58:38Z")

</div>


