8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed5996 commit 5b7324eCopy full SHA for 5b7324e
Documentation/Books/Manual/Administration/Arangorestore.md
@@ -4,6 +4,13 @@ Arangorestore
4
To reload data from a dump previously created with [arangodump](Arangodump.md),
5
ArangoDB provides the _arangorestore_ tool.
6
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
14
Reloading Data into an ArangoDB database
15
----------------------------------------
16
0 commit comments