[
https://issues.apache.org/jira/browse/IGNITE-14723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17353252#comment-17353252
]
Pavel Pereslegin commented on IGNITE-14723:
-------------------------------------------
[~mmuzaf], take a look at this patch, please.
p.s. Net inspections failure has nothing to do with changes and is now present
on all branches.
> 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)