# Backup Restore Error

**URL:** https://meta.discourse.org/t/backup-restore-error/49209
**Category:** Support
**Created:** [August 25, 2016, 5:26pm UTC](https://meta.discourse.org/t/backup-restore-error/49209 "2016-08-25T17:26:58Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [August 30, 2016, 9:13am UTC](https://meta.discourse.org/t/backup-restore-error/49209/9 "2016-08-30T09:13:28Z")

</div>

Hi Ivan,

You can drop the backup schema by running

```plaintext
./launcher enter app
psql -U postgres -c "DROP SCHEMA IF EXISTS backup CASCADE;"

```

Be sure to take another backup before you do so 🙂

---

_[View the full topic](https://meta.discourse.org/t/backup-restore-error/49209)._
