# Backup uploads hang at 2% complete

**URL:** https://meta.discourse.org/t/backup-uploads-hang-at-2-complete/24877
**Category:** Support
**Tags:** backups
**Created:** [February 5, 2015, 5:50pm UTC](https://meta.discourse.org/t/backup-uploads-hang-at-2-complete/24877 "2015-02-05T17:50:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kuchaev\_iv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kuchaev_iv/32/114921_2.png) [@kuchaev\_iv](https://meta.discourse.org/u/kuchaev_iv)
#### Post date: [February 5, 2015, 5:50pm UTC](https://meta.discourse.org/t/backup-uploads-hang-at-2-complete/24877/1 "2015-02-05T17:50:50Z")

</div>

He there,

I have a problem with the backup file uploading to the new site. It hangs at 2%. Uploading file directly to /var/discourse/shared/standalone/backups just doesn’t help. It’s not showed in UI.

Thanks!

---

<div class="post-metadata">

### Author: ![kuchaev\_iv](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kuchaev_iv/32/114921_2.png) [@kuchaev\_iv](https://meta.discourse.org/u/kuchaev_iv)
#### Post date: [February 5, 2015, 5:58pm UTC](https://meta.discourse.org/t/backup-uploads-hang-at-2-complete/24877/2 "2015-02-05T17:58:36Z")

</div>

Yay. It’s just my fault.

I have a frontend nginx configured.

```
client_max_body_size 100m;

```

solved the problem.

Please close the topic.

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [February 5, 2015, 7:40pm UTC](https://meta.discourse.org/t/backup-uploads-hang-at-2-complete/24877/3 "2015-02-05T19:40:27Z")

</div>


