You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/02/10 19:40:55 UTC

[GitHub] [ignite] Vladsz83 commented on a change in pull request #9238: IGNITE-15074 : Fix documentation for support encrypted snapshots

Vladsz83 commented on a change in pull request #9238:
URL: https://github.com/apache/ignite/pull/9238#discussion_r804045119



##########
File path: docs/_docs/snapshots/snapshots.adoc
##########
@@ -244,8 +244,9 @@ The snapshot procedure has some limitations that you should be aware of before u
 
 * Snapshotting of specific caches/tables is unsupported. You always create a full cluster snapshot.
 * Caches/tables that are not persisted in Ignite Persistence are not included into the snapshot.
-* Encrypted caches are not included in the snapshot.
+* Encrypted caches in the snapshot must be encrypted with same master key.
 * You can have only one snapshotting operation running at a time.
+* Any snapshot operation is unallowed during master key change and/or cache group key change.

Review comment:
       Fixed




-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org