> ## Documentation Index
> Fetch the complete documentation index at: https://docs.digitalfyre.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Restoring a Database from a Backup

JetBackup can restore any database on your account from a backup taken within the last 30 days.

## Restoring a Database

<Steps>
  <Step title="Go to Backups">
    Log in to Plesk and click **Backups** in the left sidebar to open JetBackup.
  </Step>

  <Step title="Select Database Backups">
    Click **Database Backups** from the JetBackup dashboard.
  </Step>

  <Step title="Choose a Backup Date">
    Select the backup date you want to restore from.
  </Step>

  <Step title="Select the Database">
    Check the database you want to restore.
  </Step>

  <Step title="Restore">
    Click **Restore Selected**. JetBackup will restore the database to its state at the time of the backup.
  </Step>
</Steps>

<Warning>
  Restoring a database overwrites all current data in that database. Export a copy first via [phpMyAdmin](/web-hosting/databases/phpmyadmin) or the [Plesk database tools](/web-hosting/databases/import-export) if you need to preserve any recent changes.
</Warning>
