YugabyteDB · Arazzo Workflow
YugabyteDB Aeon Backup and Restore
Version 1.0.0
Take an on-demand backup, poll until it succeeds, then restore the cluster from it.
Provider
Workflows
backup-and-restore
Create an on-demand backup and restore the cluster from it once complete.
Triggers an on-demand backup of the cluster, waits for the snapshot to finish by polling its state, and then restores the cluster from the completed backup, returning the restored cluster state.
1
createBackup
createBackup
Trigger an immediate on-demand backup of the cluster. The backup is a full cluster snapshot and begins in the IN_PROGRESS state.
2
pollBackupState
listBackups
Poll the cluster backups until the newly created snapshot reaches the SUCCEEDED state. The backup transitions through IN_PROGRESS first.
3
restoreBackup
restoreBackup
Restore the cluster from the completed backup snapshot. This overwrites the current cluster data with the state captured in the snapshot.