Restore
The DID Spaces SDK offers powerful commands to restore your Blocklet data from backups securely stored in DID Spaces. This capability is essential for ensuring data integrity and availability, allowing you to recover your applications to a previous stable state.
For details on creating backups, refer to the Backup commands.
Overview of Restore Operations#
The restore functionality in the DID Spaces SDK allows developers to initiate and manage the recovery of application and Blocklet data. This process is crucial for disaster recovery, migrating applications, or reverting to a previous version.
Here's a high-level overview of the restoration process:
Available Commands#
The DID Spaces SDK provides dedicated commands to handle various restoration scenarios. The primary focus is on Blocklet data restoration, but mechanisms for managing general application restoration processes are also available.
- Blocklet: Restore an entire Blocklet instance from a previously created backup. This command handles fetching the backup and applying it to a specified Blocklet.
- App: These commands are used to initiate (
post-app-restore
) and update the status (put-app-restore
) of an application-level restore process, often used in conjunction with Blocklet restores or for managing broader application data recovery.
For detailed instructions and examples on restoring Blocklet data, please proceed to the Blocklet Restore section.
The DID Spaces SDK simplifies the complex task of data restoration, providing a reliable way to recover your Blocklet applications.
To learn more about how to use these commands, including detailed parameters and examples, continue to the Blocklet Restore documentation.