> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.getdollie.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How do I restore my website from a backup?

## For Sites Hosted in Your Dollie Cloud

* Navigate to the "Backups" section in the Site Management dashboard.
* Select the backup restore point you'd like to restore from
* Click restore and choose between Files + Database or File / Database only.

## For External Sites connected to Dollie

* Navigate to the "Backups" section in the Site Management dashboard.
* Select the backup you'd like to restore from and download the backup files & database export.
* Reupload the files via SFTP 
* Finally upload the DB export file via SFTP to the root folder of your site with your current host.
* To restore the database you can ask your current host or use WP CLI (if available) to import the database. Example command

```bash
wp db import <file location>
```

| We will add automatic restore functionality to external backups after the Backups beta phase has ended.