This is an automated email from the ASF dual-hosted git repository.
isapego pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 44dabc06329 IGNITE-19568 Ignite Docs: change {nodeId} to
{consistentId} in the snapshot docs (#10738)
44dabc06329 is described below
commit 44dabc06329e45238942c2a4528eae83f20111b4
Author: liyujue <[email protected]>
AuthorDate: Thu Aug 31 18:35:40 2023 +0800
IGNITE-19568 Ignite Docs: change {nodeId} to {consistentId} in the snapshot
docs (#10738)
---
docs/_docs/snapshots/snapshots.adoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/_docs/snapshots/snapshots.adoc
b/docs/_docs/snapshots/snapshots.adoc
index b40b16ce83d..00a0eac64cb 100644
--- a/docs/_docs/snapshots/snapshots.adoc
+++ b/docs/_docs/snapshots/snapshots.adoc
@@ -224,10 +224,10 @@ The detailed procedure looks as follows:
. Stop the cluster you intend to restore
. Remove all files from the checkpoint `$IGNITE_HOME/work/cp` directory
. Do the following on each node:
- - Remove the files related to the `{nodeId}` from the
`$IGNITE_HOME/work/db/binary_meta` 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
link:persistence/native-persistence#configuring-persistent-storage-directory[`db/{node_id}`]
directory separately if it's not located under the Ignite `work` dir.
- - 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.
+ - Remove the files related to the `{consistentId}` from the
`$IGNITE_HOME/work/db/binary_meta` directory.
+ - Remove the files related to the `{consistentId}` from the
`$IGNITE_HOME/work/db/marshaller` directory.
+ - Remove the files and sub-directories related to the `{consistentId}`
under your `$IGNITE_HOME/work/db` directory. Clean the
link:persistence/native-persistence#configuring-persistent-storage-directory[`db/{consistentId}`]
directory separately if it's not located under the Ignite `work` dir.
+ - Copy the files belonging to a node with the `{consistentId}` from the
snapshot into the `$IGNITE_HOME/work/` directory. If the `db/{consistentId}`
directory is not located under the Ignite `work` dir then you need to copy data
files there.
. Restart the cluster
=== Automatic Snapshot Restore Procedure