From 9f7831944f1594068b8c3f949fcac5cefd83af16 Mon Sep 17 00:00:00 2001 From: martin-mueller-cemas <88337177+martin-mueller-cemas@users.noreply.github.com> Date: Fri, 14 Oct 2022 15:18:09 +0200 Subject: [PATCH] Fix link to official copy tool (#61) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c2d056e..6b98671 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Please download a released version, else you must have Apache Maven. (Apache Mav ## Tool to copy Neo4j Stores -From Neo4j 4.0 please use the [official tool](https://neo4j.com/docs/operations-manual/4.0/tools/copy/) that has the same capabilities. +From Neo4j 4.0 please use the [official tool](https://neo4j.com/docs/operations-manual/current/backup-restore/copy-database/) that has the same capabilities. Uses the BatchInserterImpl to read a store and write the target store keeping the node-ids. Copies the manual (legacy) index-files as is, please note it performs no index upgrade!