Back to Yugabyte Db

Back up and restore universes

docs/content/v2.25/yugabyte-platform/back-up-restore-universes/_index.md

2026.1.0.0-b253.8 KB
Original Source

{{< page-finder/head text="Back Up and Restore" subtle="across different products">}} {{< page-finder/list icon="/icons/database-hover.svg" text="YugabyteDB" url="../../manage/backup-restore/" >}} {{< page-finder/list icon="/icons/server-hover.svg" text="YugabyteDB Anywhere" current="" >}} {{< page-finder/list icon="/icons/cloud-hover.svg" text="YugabyteDB Aeon" url="/preview/yugabyte-cloud/cloud-clusters/backup-clusters/" >}} {{< /page-finder/head >}}

You can use YugabyteDB to schedule and manage backups of your universe data. This includes the following features:

{{< note title="Note" >}} Configurable performance parameters and incremental backups are mediated using the yb-controller process, which is only available in YugabyteDB Anywhere v2.16 or later for universes with YugabyteDB version 2.16 or later. {{< /note >}}

Best practices

  • Don't perform cluster operations at the same time as your scheduled backup.
  • Configure your maintenance window and backup schedule so that they do not conflict.
  • Perform full backups before performing a large operation, such as a DDL change.
  • Performing a backup or restore incurs a load on the cluster. Perform backup operations when the cluster isn't experiencing heavy traffic. Backing up during times of heavy traffic can temporarily degrade application performance and increase the length of time of the backup.
  • Avoid running a backup during or before a scheduled maintenance.

{{< warning title="Backups and high DDL activity" >}} In some circumstances, a backup can fail during high DDL activity. Avoid performing major DDL operations during scheduled backups or while a backup is in progress. To view active tasks, navigate to Tasks. {{< /warning >}}

{{<index/block>}}

{{<index/item title="Configure backup storage" body="Configure the storage location for your backups." href="configure-backup-storage/" icon="fa-thin fa-bucket">}}

{{<index/item title="Schedule universe data backups" body="Create backup schedules to regularly back up universe data." href="schedule-data-backups/" icon="fa-thin fa-calendar">}}

{{<index/item title="Back up universe data" body="Back up universes and create incremental backups." href="back-up-universe-data/" icon="fa-thin fa-down-to-bracket">}}

{{<index/item title="Restore universe data" body="Restore from full and incremental backups." href="restore-universe-data/" icon="fa-thin fa-up-to-bracket">}}

{{<index/item title="Perform point-in-time recovery" body="Recover universe data from a specific point in time." href="pitr/" icon="fa-thin fa-timeline-arrow">}}

{{<index/item title="Disaster recovery" body="Fail over to a backup universe in case of unplanned outages." href="disaster-recovery/" icon="fa-thin fa-sun-cloud">}}

{{</index/block>}}