1
0
Fork 0

Doc - Highlight importance of backups (#7014)

This commit is contained in:
Simran 2018-10-23 15:32:32 +02:00 committed by sleto-it
parent a5042e44a6
commit 32ea187418
1 changed files with 17 additions and 5 deletions

View File

@ -1,14 +1,26 @@
Backup and Restore
==================
Backup and restore can be done via the tools [_arangodump_](../Programs/Arangodump/README.md)
and [_arangorestore_](../Programs/Arangorestore/README.md).
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.
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 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.
Backup-ing up your data before an ArangoDB upgrade is also a best practice.
Creating backups of 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.
{% hint 'warning' %}
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.
{% endhint %}
<!-- Offline dumps -->