> ## Documentation Index
> Fetch the complete documentation index at: https://upstash-vector.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Backup/Restore

You can create a manual backup of your database and restore that backup to any
of your databases. Both backup and restore operations requires that your
database is in one of the AWS regions.

Additionally, you can utilize the daily backup feature to automatically create
backups of your database on a daily basis.

### Create A Manual Backup

To create a manual backup of your database:

* Go to the database details page and navigate to the `Backups` tab

<Frame>
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/upstash-vector/img/backuprestore/backuptab.png" width="800" />
</Frame>

* Click on the `Backup` button and fill in a name for your backup. **Your backup
  name must be unique.**
* Then click on the `Create` button.

<Frame>
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/upstash-vector/img/backuprestore/backupmodal.png" width="600" />
</Frame>

During the process of creating a backup for your database, it is important to
note that your database will be temporarily locked, which means these operations
will be unavailable during this time:

* Create Database Backup
* Enable TLS
* Move Database to Team
* Restore Database Backup
* Update Eviction
* Update Password
* Delete Database

<Frame>
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/upstash-vector/img/backuprestore/backupinprogressscreen.png" width="800" />
</Frame>

### Restore A Backup

To restore a backup that was created from your current database, follow the
steps below:

* Go to the database details page and navigate to the `Backups` tab
* Click on `Restore` button next to the backup record listed.

<Frame>
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/upstash-vector/img/backuprestore/backuptabdailyenabled.png" width="800" />
</Frame>

* Click on `Restore`. **Be aware of the fact that your target database will be
  flushed with this operation.**

<Frame>
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/upstash-vector/img/backuprestore/restorebackupfromcurrentdatabase.png" width="700" />
</Frame>

### Restore A Backup From Another Database

To restore a backup that was created from one of your databases other than the
current one, follow the steps below:

* Go to the database details page and navigate to the `Backups` tab
* Click on `Restore...` button

<Frame>
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/upstash-vector/img/backuprestore/backuptabdailyenabled.png" width="800" />
</Frame>

* Select the source database, referring to the database from which the backup
  was generated.
* Select the backup record that you want to restore to the current database.
* Click on `Start Restore`. **Be aware of the fact that your target database
  will be flushed with this operation.**

<Frame>
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/upstash-vector/img/backuprestore/restorebackupmodal.png" width="700" />
</Frame>

### Enable Daily Automated Backup

To enable daily automated backup for your database:

* Go to the database details page and navigate to the `Backups` tab

<Frame>
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/upstash-vector/img/backuprestore/backuptabwide.png" width="800" />
</Frame>

* Enable the switch next to the `Daily Backup`
* Click on `Enable`

### Disable Daily Automated Backup

To disable the daily automated backup for your database, please follow the steps
below:

* Go to the database details page and navigate to the `Backups` tab

<Frame>
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/upstash-vector/img/backuprestore/backuptabdailyenabled.png" width="800" />
</Frame>

* Disable the switch next to the `Daily Backup`
* Click on `Disable`

<Frame>
  <img src="https://mintlify.s3-us-west-1.amazonaws.com/upstash-vector/img/backuprestore/dailybackupdisablemodal.png" width="700" />
</Frame>
