mirror of https://gitee.com/bigwinds/arangodb
Follow moving of import tools
This commit is contained in:
parent
2ba7863592
commit
0f224115bd
|
@ -81,5 +81,5 @@ to undefined behavior and should be avoided.
|
|||
|
||||
Internally, user functions are stored in a system collection named
|
||||
*_aqlfunctions*. That means that by default they are excluded from dumps
|
||||
created with [arangodump](../Arangodump/README.md). To include AQL user functions in a dump, the
|
||||
created with [arangodump](../HttpBulkImports/Arangodump.md). To include AQL user functions in a dump, the
|
||||
dump should be started with the option *--include-system-collections true*.
|
||||
|
|
|
@ -51,10 +51,10 @@ The ArangoDB package comes with the following programs:
|
|||
read-eval-print loop (REPL) and provides functions to access and
|
||||
administrate the ArangoDB server. See [Details about the ArangoDB Shell](../FirstSteps/Arangosh.md).
|
||||
* _arangoimp_: A bulk importer for the ArangoDB server.
|
||||
See [Details about Arangoimp](../Arangoimp/README.md).
|
||||
See [Details about Arangoimp](../HttpBulkImports/Arangoimp.md).
|
||||
* _arangodump_: A tool to create backups of an ArangoDB database. See
|
||||
[Details about Arangodump](../Arangodump/README.md).
|
||||
[Details about Arangodump](../HttpBulkImports/Arangodump.md).
|
||||
* _arangorestore_: A tool to reload data from a backup into an ArangoDB database.
|
||||
See [Details about Arangorestore](../Arangorestore/README.md)
|
||||
See [Details about Arangorestore](../HttpBulkImports/Arangorestore.md)
|
||||
* _arango-dfdb_: A datafile debugger for ArangoDB. It is intended to be
|
||||
used primarily during development of ArangoDB
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
!CHAPTER Arangorestore
|
||||
|
||||
To reload data from a dump previously created with [arangodump](../Arangodump/README.md),
|
||||
To reload data from a dump previously created with [arangodump](Arangodump.md),
|
||||
ArangoDB provides the _arangorestore_ tool.
|
||||
|
||||
!SECTION Reloading Data into an ArangoDB database
|
||||
|
|
Loading…
Reference in New Issue