1
0
Fork 0

Doc - Improve backup page (#6641)

This commit is contained in:
sleto-it 2018-10-01 15:49:03 +02:00 committed by GitHub
parent 3fd1375db5
commit e9b727c41f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 13 deletions

View File

@ -1,11 +0,0 @@
Backup and Restore
==================
Backup and restore can be done via the tools [_arangodump_](../Programs/Arangodump/README.md)
and [_arangorestore_](../Programs/Arangorestore/README.md)
<!-- Offline dumps -->
<!-- Hot backups -->
<!-- Cluster -->

View File

@ -39,6 +39,6 @@ Deployment Administration
Other Topics
------------
- [Backup & Restore](BackupRestore.md)
- [Backup & Restore](../BackupRestore/README.md)
- [Import & Export](ImportExport.md)
- [User Management](ManagingUsers/README.md)

View File

@ -0,0 +1,17 @@
Backup and Restore
==================
Backup and restore can be done via the tools [_arangodump_](../Programs/Arangodump/README.md)
and [_arangorestore_](../Programs/Arangorestore/README.md).
Performing frequent backups is important and a recommended best practices that can allow you to recover your data in case unexpected problems occur. Hardware failures, system crashes, or users mistakenly deleting data can always 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. 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.
Backup-ing up your data before an ArangoDB upgrade is also a best practice.
**Note:** making use of a high availability deployment mode of ArangoDB, like Active Failover, Cluster or data-center to data-center replication, does not remove the need of taking frequent backups, which are recommended also when using such deployment modes.
<!-- Offline dumps -->
<!-- Hot backups -->
<!-- Cluster -->

View File

@ -291,6 +291,7 @@
* [In the Cloud](Deployment/Cloud/README.md)
* [AWS](Deployment/Cloud/AWS.md)
* [Azure](Deployment/Cloud/Azure.md)
* [Backup & Restore](BackupRestore/README.md)
* [Upgrading](Upgrading/README.md)
* [General Upgrade Information](Upgrading/GeneralInfo/README.md)
* [OS-specific Information](Upgrading/OSSpecificInfo/README.md)
@ -315,7 +316,6 @@
* [Scaling](Scaling/README.md)
* [Administration](Administration/README.md)
* [Configuration](Administration/Configuration.md)
* [Backup & Restore](Administration/BackupRestore.md)
* [Import & Export](Administration/ImportExport.md)
* [User Management](Administration/ManagingUsers/README.md)
* [In Arangosh](Administration/ManagingUsers/InArangosh.md)