From 0c6e1dc63d8de9b45b32f0bea41d60950d500297 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 11 Oct 2013 18:00:16 +0200 Subject: [PATCH] added dump & reload to new features --- Documentation/Manual/NewFeatures14.md | 17 ++++++++++++++++- Documentation/Manual/NewFeatures14TOC.md | 1 + 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Documentation/Manual/NewFeatures14.md b/Documentation/Manual/NewFeatures14.md index e70c305437..de1647cefe 100644 --- a/Documentation/Manual/NewFeatures14.md +++ b/Documentation/Manual/NewFeatures14.md @@ -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 just specific databases. - Asynchronous Execution {#NewFeatures14Async} -------------------------------------------- @@ -170,6 +169,22 @@ to retrieve their responses. 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} -------------------------------------- diff --git a/Documentation/Manual/NewFeatures14TOC.md b/Documentation/Manual/NewFeatures14TOC.md index 8dd51e08e1..027dcc1873 100644 --- a/Documentation/Manual/NewFeatures14TOC.md +++ b/Documentation/Manual/NewFeatures14TOC.md @@ -6,6 +6,7 @@ TOC {#NewFeatures14TOC} - @ref NewFeatures14MultipleDatabases - @ref NewFeatures14Endpoints - @ref NewFeatures14Async + - @ref NewFeatures14DumpReload - @ref NewFeatures14Replication - @ref NewFeatures14WebInterface - @ref NewFeatures14Journals