8000 add warning about issues with ArangoRestore. · MohammedDeveloper/arangodb@5b7324e · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b7324e

Browse files
committed
add warning about issues with ArangoRestore.
1 parent 8ed5996 commit 5b7324e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/Books/Manual/Administration/Arangorestore.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Arangorestore
44
To reload data from a dump previously created with [arangodump](Arangodump.md),
55
ArangoDB provides the _arangorestore_ tool.
66

7+
Please note that arangorestore
8+
**must not be used to create several similar database instances in one installation**.
9+
10+
This means if you have an arangodump output of database `a`, and you create a second database `b`
11+
on the same instance of ArangoDB, and restore the dump of `a` into `b` - data integrity can not
12+
be guaranteed.
13+
714
Reloading Data into an ArangoDB database
815
----------------------------------------
916

0 commit comments

Comments
 (0)
0