[
https://issues.apache.org/jira/browse/IGNITE-14723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Pereslegin updated IGNITE-14723:
--------------------------------------
Description:
Add CLI command to restore a cache group from the snapshot.
{noformat}
restore all public caches from snapshot1
control.(sh|bat) --snapshot restore --start snapshot1
restore cache1 and cache2 from snapshot1
control.(sh|bat) --snapshot restore --start snapshot1 cache1,cache2
display status of restore operation
control.(sh|bat) --snapshot restore --status
cancel restore operation on cluster
control.(sh|bat) --snapshot restore --stop
{noformat}
was:
Add CLI command to restore a cache group from the snapshot.
{noformat}
restore all public caches from snapshot1
control.(sh|bat) --snapshot restore --start snapshot1
restore cache1 and cache2 from snapshot1
control.(sh|bat) --snapshot restore --start snapshot1 --groups cache1,cache2
display status of restore operation
control.(sh|bat) --snapshot restore --status
cancel restore operation on cluster
control.(sh|bat) --snapshot restore --stop
{noformat}
> 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
> Fix For: 2.11
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Add CLI command to restore a cache group from the snapshot.
> {noformat}
> restore all public caches from snapshot1
> control.(sh|bat) --snapshot restore --start snapshot1
> restore cache1 and cache2 from snapshot1
> control.(sh|bat) --snapshot restore --start snapshot1 cache1,cache2
> display status of restore operation
> control.(sh|bat) --snapshot restore --status
> cancel restore operation on cluster
> control.(sh|bat) --snapshot restore --stop
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)