Details
Description
Add CLI command to restore a cache group from the snapshot.
Restore snapshot: control.(sh|bat) --snapshot restore --start snapshot_name [group1,...groupN] Parameters: snapshot_name - Snapshot name. group1,...groupN - Cache group names. Snapshot restore operation status: control.(sh|bat) --snapshot restore --status snapshot_name Parameters: snapshot_name - Snapshot name. Cancel snapshot restore operation: control.(sh|bat) --snapshot restore --cancel snapshot_name Parameters: snapshot_name - Snapshot name.
Attachments
Issue Links
- causes
-
IGNITE-14989 Incorrect command syntax for snapshot restore operation in CLI utility help output.
- Resolved
- is required by
-
IGNITE-14722 Document the ability to automatically restore a cache group from the snapshot.
- Resolved
- relates to
-
IGNITE-13805 Add support for cache group restore from a snapshot on the same topology
- Resolved
- links to