Prisma · Arazzo Workflow
Prisma Postgres Backup and Restore
Version 1.0.0
Take a manual database backup, poll until it completes, then restore the database from it.
Provider
Workflows
backup-and-restore-database
Create a manual backup, wait for completion, and restore the database from it.
Initiates a manual backup, polls the backup list until the backup status is completed, then restores the database to the captured state.
1
createBackup
createDatabaseBackup
Trigger a manual backup of the database. The backup runs asynchronously and is accepted with a 202 status.
2
pollBackup
listDatabaseBackups
List the backups for the database and confirm the most recent backup has reached the completed status before attempting a restore.
3
restoreBackup
restoreDatabaseBackup
Restore the database to the state captured in the completed backup. The restore runs asynchronously and is accepted with a 202 status.
Source API Descriptions
openapi