1
0
Fork 0

Follow moving of import tools

This commit is contained in:
Willi Goesgens 2015-09-04 09:51:39 +02:00
parent 2ba7863592
commit 0f224115bd
3 changed files with 5 additions and 5 deletions

View File

@ -81,5 +81,5 @@ to undefined behavior and should be avoided.
Internally, user functions are stored in a system collection named Internally, user functions are stored in a system collection named
*_aqlfunctions*. That means that by default they are excluded from dumps *_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*. dump should be started with the option *--include-system-collections true*.

View File

@ -51,10 +51,10 @@ The ArangoDB package comes with the following programs:
read-eval-print loop (REPL) and provides functions to access and read-eval-print loop (REPL) and provides functions to access and
administrate the ArangoDB server. See [Details about the ArangoDB Shell](../FirstSteps/Arangosh.md). administrate the ArangoDB server. See [Details about the ArangoDB Shell](../FirstSteps/Arangosh.md).
* _arangoimp_: A bulk importer for the ArangoDB server. * _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 * _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. * _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 * _arango-dfdb_: A datafile debugger for ArangoDB. It is intended to be
used primarily during development of ArangoDB used primarily during development of ArangoDB

View File

@ -1,6 +1,6 @@
!CHAPTER Arangorestore !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. ArangoDB provides the _arangorestore_ tool.
!SECTION Reloading Data into an ArangoDB database !SECTION Reloading Data into an ArangoDB database