redis_database_restore_backup
Restore a specific backup to its corresponding Upstash Redis database using the backup and database IDs to ensure data integrity and recovery.
Instructions
Restore a backup of a specific Upstash redis database. A backup can only be restored to the same database it was created from.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
backup_id | Yes | The ID of the backup to restore. | |
database_id | Yes | The ID of the database to restore a backup to. |