mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
889f96ca4a
|
@ -150,7 +150,6 @@ This may be useful in multi-tenant setups.
|
||||||
A multi-endpoint setup may also be useful to turn on encrypted communication for
|
A multi-endpoint setup may also be useful to turn on encrypted communication for
|
||||||
just specific databases.
|
just specific databases.
|
||||||
|
|
||||||
|
|
||||||
Asynchronous Execution {#NewFeatures14Async}
|
Asynchronous Execution {#NewFeatures14Async}
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
|
@ -170,6 +169,22 @@ to retrieve their responses.
|
||||||
|
|
||||||
Please refer to @ref HttpJob for more details.
|
Please refer to @ref HttpJob for more details.
|
||||||
|
|
||||||
|
Dump and Reload Tools{#NewFeatures14DumpReload}
|
||||||
|
-----------------------------------------------
|
||||||
|
|
||||||
|
ArangoDB 1.4 comes with two tools for dumping collection data from an ArangoDB database
|
||||||
|
and reloading them later. These tools, _arangodump_ and _arangoreload_ can be used to
|
||||||
|
create and restore logical backups of an ArangoDB database.
|
||||||
|
|
||||||
|
_arangodump_ and _arangoreload_ are client tools that connect to a running ArangoDB
|
||||||
|
server. The dump tool will write the collection data into the file system in JSON format.
|
||||||
|
The restore tool can later be used to load the data created with the dump tool, either
|
||||||
|
into the same ArangoDB server instance, or into a different one.
|
||||||
|
|
||||||
|
The documentation for the tools can be found here:
|
||||||
|
- @ref DumpManual
|
||||||
|
- @ref RestoreManual
|
||||||
|
|
||||||
Replication{#NewFeatures14Replication}
|
Replication{#NewFeatures14Replication}
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ TOC {#NewFeatures14TOC}
|
||||||
- @ref NewFeatures14MultipleDatabases
|
- @ref NewFeatures14MultipleDatabases
|
||||||
- @ref NewFeatures14Endpoints
|
- @ref NewFeatures14Endpoints
|
||||||
- @ref NewFeatures14Async
|
- @ref NewFeatures14Async
|
||||||
|
- @ref NewFeatures14DumpReload
|
||||||
- @ref NewFeatures14Replication
|
- @ref NewFeatures14Replication
|
||||||
- @ref NewFeatures14WebInterface
|
- @ref NewFeatures14WebInterface
|
||||||
- @ref NewFeatures14Journals
|
- @ref NewFeatures14Journals
|
||||||
|
|
Loading…
Reference in New Issue