You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitry Pavlov (Jira)" <ji...@apache.org> on 2022/09/12 16:52:00 UTC

[jira] [Updated] (IGNITE-14723) Add CLI command to restore a cache group from the snapshot.

     [ https://issues.apache.org/jira/browse/IGNITE-14723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitry Pavlov updated IGNITE-14723:
-----------------------------------
    Labels: iep-43 ise  (was: iep-43)

> 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, ise
>             Fix For: 2.11
>
>          Time Spent: 40m
>  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.20.10#820010)