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.
View Spec
View on GitHub
Cloud DatabaseDatabaseDatabase-as-a-ServiceDistributed SQLPostgreSQLArazzoWorkflows
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
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
Poll the cluster backups until the newly created snapshot reaches the SUCCEEDED state. The backup transitions through IN_PROGRESS first.
3
restoreBackup
Restore the cluster from the completed backup snapshot. This overwrites the current cluster data with the state captured in the snapshot.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.