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

# Backup and Restore

> Create database backups and restore your data to a saved version or recent point in time.

## Overview

Use backups to save a database before making major changes, importing data, editing field structure, or connecting new workflows. You can restore from a named manual backup later, or restore your database to a specific minute using point-in-time restore.

There are two types of database backups:

* **Manual backups:** Saved backups that you create yourself. You can keep up to 10 manual backups, and they do not expire.
* **Point-in-time restore:** A recent recovery option that lets you preview and restore the database to a specific minute. Free plans can restore up to 1 day back. Paid plans can restore up to 7 days back.

Restoring overwrites the current database state. Before Zite restores a version, your current state is auto-saved so you can undo the latest restore if needed.

## Open backups

Open your database, then click the `Backups` icon <Icon icon="clock-rotate-left" /> in the top right toolbar.

<Frame>
  <img src="https://mintcdn.com/zite/5qaCAOJGric9UOx1/help/images/backups/backups.webp?fit=max&auto=format&n=5qaCAOJGric9UOx1&q=85&s=00f233fabb2c3788278b702f1c3f7d57" alt="Backups panel with a saved backup and restore to a point in time option" width="1280" height="590" data-path="help/images/backups/backups.webp" />
</Frame>

## Create a backup

Click `Backup`, then enter a name that will help you recognize the backup later. For example, you might create a backup before importing a CSV, connecting an integration, or changing important fields.

After naming the backup, click `Create backup`.

<Info>
  You can keep up to 10 manual backups. Manual backups do not expire, so you can restore to any saved backup as long as you created it manually.
</Info>

## Restore from a backup

In the `Backups` panel, find the backup you want to restore and click the restore icon <Icon icon="rotate-left" />.

Zite will show a preview of the database at that point in time. Review the records and fields, then click `Restore this version` to replace the current database with that version.

<Frame>
  <img src="https://mintcdn.com/zite/5qaCAOJGric9UOx1/help/images/backups/restore.webp?fit=max&auto=format&n=5qaCAOJGric9UOx1&q=85&s=16223b8c112c6235e45a53157a1bf9fe" alt="Restore preview showing the database at the selected backup version" width="3037" height="1784" data-path="help/images/backups/restore.webp" />
</Frame>

## Restore to a point in time

If you do not have a named backup, click `Choose time` under `Restore to a point in time`.

Select a date and time, then click `Preview`. Zite will show a view of your database at that moment before anything is restored. Review the preview, then restore the version if it is the state you want to recover.

<Info>
  Free plans can restore to a point in time from the previous 1 day. Paid plans can restore to a point in time from the previous 7 days.
</Info>

## Undo a restore

When you restore a database, Zite automatically creates a backup of the database state from just before the restore. You can restore from that backup to undo the latest restore.

Zite only keeps the most recent undo backup. If you restore multiple times, you can only undo the latest restore.

## Check connected apps and forms

Restoring a database does not update connected apps, forms, automations, or integrations. If you restore to a database state that no longer works with something connected to the database, you will need to update that app, form, automation, or integration after the restore.

## FAQs

<AccordionGroup>
  <Accordion title="What's the difference between manual backups and point-in-time restore?">
    Manual backups are named backups that you create yourself. Point-in-time restore lets you pick a specific recent minute and preview the database from that moment before restoring.
  </Accordion>

  <Accordion title="How far back can I restore a database?">
    Manual backups do not expire, so you can restore as far back as your saved manual backups go. Point-in-time restore is limited by plan: Free plans can restore up to 1 day back, and paid plans can restore up to 7 days back.
  </Accordion>

  <Accordion title="Can I undo a restore?">
    Yes. Zite automatically creates a backup of the database state from just before a restore, and you can restore from that backup to undo the latest restore. Zite only keeps the most recent undo backup.
  </Accordion>

  <Accordion title="What happens to connected apps and forms after a restore?">
    The restore only changes the database state. It does not update connected apps, forms, automations, or integrations, so you may need to update anything connected to the database after restoring.
  </Accordion>
</AccordionGroup>

<div className="zite-related-topics">
  <a href="/help/database/getting-started/import-data">Import to database</a>
  <a href="/help/database/getting-started/duplicate">Duplicate Data</a>
  <a href="/help/database/getting-started/delete-records">Delete Records</a>
</div>

<div className="zite-related-topics">
  <a href="/help/database/getting-started/import-data">Import to database</a>
  <a href="/help/database/manage-data/duplicate">Duplicate Data</a>
  <a href="/help/database/manage-data/delete-records">Delete Records</a>
</div>
