Mmuzaf commented on a change in pull request #9238:
URL: https://github.com/apache/ignite/pull/9238#discussion_r803837271
##########
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:
```suggestion
* The snapshot operation is prohibited during a master key change and/or
cache group key change.
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]