Mmuzaf commented on a change in pull request #9162:
URL: https://github.com/apache/ignite/pull/9162#discussion_r658575393



##########
File path: docs/_docs/snapshots/snapshots.adoc
##########
@@ -178,9 +172,56 @@ the topology and wait while the data gets rebalanced and 
indexes are rebuilt.
 |N > M | Unsupported.
 |===
 
+=== Automatic snapshot restore procedure
+
+The automatic restore procedure allows the user to restore cache group(s) from 
a snapshot on an active cluster using the Java API or Command Language 
Interface (CLI).
+
+Currently, this procedure has a number of limitations:
+
+* The restore procedure can be applied only to public cache groups.
+* Cache groups to be restored from the snapshot must not be present in the 
cluster. If they are present, they must be destroyed by the user before 
starting this operation.

Review comment:
       Let's add a link to the web-page to `destroy` cache group operation.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to