[
https://issues.apache.org/jira/browse/IGNITE-14723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17365569#comment-17365569
]
Maxim Muzafarov commented on IGNITE-14723:
------------------------------------------
[~xtern] thank you for the patch. LGTM
Merged to the master branch.
> Add CLI command to restore a cache group from the snapshot.
> -----------------------------------------------------------
>
> Key: IGNITE-14723
> URL: https://issues.apache.org/jira/browse/IGNITE-14723
> Project: Ignite
> Issue Type: Improvement
> Reporter: Pavel Pereslegin
> Assignee: Pavel Pereslegin
> Priority: Major
> Labels: iep-43
> Fix For: 2.11
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Add CLI command to restore a cache group from the snapshot.
> {noformat}
> 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.
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)