# Ability to only backup uploaded data

**URL:** https://meta.discourse.org/t/ability-to-only-backup-uploaded-data/76474
**Category:** Feature
**Created:** [December 20, 2017, 11:01am UTC](https://meta.discourse.org/t/ability-to-only-backup-uploaded-data/76474 "2017-12-20T11:01:17Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![kyrias](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kyrias/32/85207_2.png) [@kyrias](https://meta.discourse.org/u/kyrias)
#### Post date: [December 20, 2017, 11:01am UTC](https://meta.discourse.org/t/ability-to-only-backup-uploaded-data/76474/1 "2017-12-20T11:01:17Z")

</div>

To make backup management easier and more consistent with the rest of our infrastructure we’re using an external PostgreSQL instance. This server has automatic backups separately from Discourse’s own, and the server is a newer version than the `pg_dump` binary version in the docker containers, so Discourse currently fails to dump the database, causing the Discourse backups to break.

Since we already have automatic DB backups we don’t need Discourse to take care of it, but we would still like to be able to have Discourse automatically back up just the uploaded data to S3 instead.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [December 20, 2017, 11:03am UTC](https://meta.discourse.org/t/ability-to-only-backup-uploaded-data/76474/2 "2017-12-20T11:03:58Z")

</div>

This already exists, set your uploads to go to s3 in the site settings.

---

<div class="post-metadata">

### Author: ![kyrias](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kyrias/32/85207_2.png) [@kyrias](https://meta.discourse.org/u/kyrias)
#### Post date: [December 20, 2017, 11:08am UTC](https://meta.discourse.org/t/ability-to-only-backup-uploaded-data/76474/3 "2017-12-20T11:08:42Z")

</div>

I don’t see any way to disable the DB backups there though?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [December 20, 2017, 3:13pm UTC](https://meta.discourse.org/t/ability-to-only-backup-uploaded-data/76474/4 "2017-12-20T15:13:18Z")

</div>

Since you’re already backing up the database and the uploads are in s3 you don’t need backups. Just disable them.
