From 7a2c88353c5ba9b2063b930dea9b653fe88eebfb Mon Sep 17 00:00:00 2001 From: Simran Date: Tue, 26 Mar 2019 14:54:29 +0100 Subject: [PATCH] Doc - Backup and Restore - Small typo (#8589) --- Documentation/Books/Manual/BackupRestore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Books/Manual/BackupRestore/README.md b/Documentation/Books/Manual/BackupRestore/README.md index 01fc5b2e83..2c3d5765c7 100644 --- a/Documentation/Books/Manual/BackupRestore/README.md +++ b/Documentation/Books/Manual/BackupRestore/README.md @@ -18,7 +18,7 @@ happen. Furthermore, while a big effort is put into the development and testing of ArangoDB (in all its deployment modes), ArangoDB, as any other software product, might include bugs or errors and data loss could occur. It is therefore important to regularly backup your data to be able to recover -and get up an running again in case of serious problems. +and get up and running again in case of serious problems. Creating backups of your data before an ArangoDB upgrade is also a best practice.