Back to Yugabyte Db

Back up and restore data

docs/content/v2.20/manage/backup-restore/_index.md

2026.1.0.0-b252.3 KB
Original Source

Backup and restoration is the process of creating and storing copies of your data for protection against data loss. With a proper backup strategy, you can always restore your data to a most-recent known working state and minimize application downtime. This in turn guarantees business and application continuity.

Unlike traditional single-instance databases, YugabyteDB is designed for fault tolerance. By maintaining at least three copies of your data across multiple data regions or multiple clouds, it makes sure no losses occur if a single node or single data region becomes unavailable. Thus, with YugabyteDB, you would mainly use backups to:

  • Recover from a user or software error, such as accidental table removal.
  • Recover from a disaster scenario, like a full cluster failure or a simultaneous outage of multiple data regions. Even though such scenarios are extremely unlikely, it's still a best practice to maintain a way to recover from them.
  • Maintain a remote copy of data, as required by data protection regulations.
<div class="row"> <div class="col-12 col-md-6 col-lg-12 col-xl-6"> <a class="section-link icon-offset" href="export-import-data/"> <div class="head">
    <div class="title">Export and import</div>
  </div>
  <div class="body">
    Export and import data using SQL or CQL scripts.
  </div>
</a>
</div> <div class="col-12 col-md-6 col-lg-12 col-xl-6"> <a class="section-link icon-offset" href="snapshot-ysql/"> <div class="head">
    <div class="title">Distributed snapshots</div>
  </div>
  <div class="body">
    Back up and restore data using distributed snapshots.
  </div>
</a>
</div> </div> <div class="row"> <div class="col-12 col-md-6 col-lg-12 col-xl-6"> <a class="section-link icon-offset" href="point-in-time-recovery/"> <div class="head">
    <div class="title">Point-in-time recovery</div>
  </div>
  <div class="body">
    Restore data to a particular point in time.
  </div>
</a>
</div> </div>