Backup and restore using MinIO S3 compatible storage
Follow the steps to back up and restore datastores using MinIO S3 storage:
Back Up Elasticsearch to MinIO S3-Compatible Storage
Create and verify an Elasticsearch snapshot in a MinIO S3-compatible repository.
Restore Elasticsearch from MinIO S3-Compatible Storage
Restore an Elasticsearch snapshot in place from MinIO S3-compatible storage.
Recover Elasticsearch from MinIO S3-Compatible Storage After PVC Loss
Rebuild Elasticsearch with new data PVCs and restore a MinIO S3-compatible snapshot.
-
This procedure stops the events service and Elasticsearch.
-
Deleting the Elasticsearch data PVCs permanently removes the data stored on them. Verify the PVC names before deletion.
Back Up PostgreSQL to MinIO S3-Compatible Storage
Create and verify a PostgreSQL backup in the S3-backed pgBackRest repository.
repo2 as the S3-backed pgBackRest repository.
globals.yaml.gotmpl.
s3:
enabled: true
Restore PostgreSQL from MinIO S3-Compatible Storage
Restore the latest PostgreSQL backup in place from the S3-backed pgBackRest repository.
Recover PostgreSQL from MinIO S3-Compatible Storage After PVC Loss
Rebuild PostgreSQL instance PVCs and restore a labeled backup from MinIO S3-compatible storage.
Pausing the cluster stops PostgreSQL.
Delete only PostgreSQL instance data PVCs. Do not delete a backup repository PVC.
Back Up MySQL to MinIO S3-Compatible Storage
Create a full MySQL XtraBackup chain in MinIO S3-compatible storage.
Restore MySQL from MinIO S3-Compatible Storage
Stop the MySQL cluster, restore an XtraBackup chain from MinIO S3-compatible storage, and rebuild the InnoDB Cluster.
Recover MySQL Replicas After a MinIO S3-Compatible Restore
Join MySQL replicas manually when PVC loss prevents automatic recovery after an S3 restore.
ONLINE and an affected replica reports Shell Error (51113): Metadata Schema not found.