Skip to main content

Backup And Restore Overview

backup overview infographic

Bloodraven backs up MySQL with mysqlsh util.dumpInstance() and restores with util.loadDump(). Backups are configured on MysqlFailoverGroup.spec.backup; one-off backup runs use MysqlBackup.

Choose a storage backend

BackendBest forAvoid when
S3Off-cluster durable backups, cross-cluster restore, production DRYou cannot grant object-store credentials safely
PVCLocal labs, isolated environments, short-term stagingYou need disaster recovery after cluster or storage loss
PITRLower RPO between full dumpsYou cannot operate binlog archive storage and verification

Workflow

  1. Configure a backup profile on the failover group.
  2. Add a schedule for recurring backups.
  3. Trigger one manual MysqlBackup before go-live.
  4. Verify the backup with MysqlBackupVerification.
  5. Document the restore path and test it on a non-production group.

Start here

:::warning Restore safety spec.initFromBackup initializes a new failover group from a backup. In-place restore controls are destructive. Confirm target namespace, failover group name, source backup, and DNS exposure before applying restore manifests. :::