This is an automated email from the ASF dual-hosted git repository.
dmagda pushed a commit to branch IGNITE-7595
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/IGNITE-7595 by this push:
new b44ae21 Update snapshots.adoc (#8292)
b44ae21 is described below
commit b44ae210aea8be2d3a885b1b5d27acf0602225d7
Author: liyujue <[email protected]>
AuthorDate: Thu Oct 1 04:07:11 2020 +0800
Update snapshots.adoc (#8292)
Fixed a misprint in the doc
---
docs/_docs/persistence/snapshots.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/_docs/persistence/snapshots.adoc
b/docs/_docs/persistence/snapshots.adoc
index c64095d..5fc5a74 100644
--- a/docs/_docs/persistence/snapshots.adoc
+++ b/docs/_docs/persistence/snapshots.adoc
@@ -144,7 +144,7 @@ The detailed procedure looks as follows:
link:link:persistence/native-persistence#configuring-persistent-storage-directory[`db/{node_id}`]
directory separately if
it's not located under the Ignite `work` dir:
- Remove the files related to the `{nodeId}` from the
`$IGNITE_HOME/work/db/binary_meta` directory
- - Remote the files related to the `{nodeId}` from the
`$IGNITE_HOME/work/db/marshaller` directory
+ - Remove the files related to the `{nodeId}` from the
`$IGNITE_HOME/work/db/marshaller` directory
- Remove the files and sub-directories related to the `{nodeId}` under
your `$IGNITE_HOME/work/db` directory. Clean the
- Copy the files belonging to a node with the `{node_id}` from the
snapshot into the `$IGNITE_HOME/work/` directory.
If the `db/{node_id}` directory is not located under the Ignite `work` dir
then you need to copy data files there.