8000 Doc - Highlight importance of backups (#7018) · strogo/arangodb@e232731 · GitHub
[go: up one dir, main page]

Skip to content

Commit e232731

Browse files
Simran-Bsleto-it
authored andcommitted
Doc - Highlight importance of backups (arangodb#7018)
1 parent 4359d98 commit e232731

File tree

1 file changed

+17
-5
lines changed
  • Documentation/Books/Manual/BackupRestore

1 file changed

+17
-5
lines changed

Documentation/Books/Manual/BackupRestore/README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
11
Backup and Restore
22
==================
33

4-
Backup and restore can be done via the tools [_arangodump_](../Administration/Arangodump.md)
5-
and [_arangorestore_](../Administration/Arangorestore.md).
4+
Backup and restore can be done via the tools
5+
[_arangodump_](../Administration/Arangodump.md) and
6+
[_arangorestore_](../Administration/Arangorestore.md).
67

7-
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.
8+
Performing frequent backups is important and a recommended best practices that
9+
can allow you to recover your data in case unexpected problems occur.
10+
Hardware failures, system crashes, or users mistakenly deleting data can always
11+
happen. Furthermore, while a big effort is put into the development and testing
12+
of ArangoDB (in all its deployment modes), ArangoDB, as any other software
13+
product, might include bugs or errors and data loss could occur.
14+
It is therefore important to regularly backup your data to be able to recover
15+
and get up an running again in case of serious problems.
816

9-
Backup-ing up your data before an ArangoDB upgrade is also a best practice.
17+
Creating backups of your data before an ArangoDB upgrade is also a best practice.
1018

11-
**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.
19+
{% hint 'warning' %}
20+
Making use of a high availability deployment mode of ArangoDB, like Active Failover,
21+
Cluster or data-center to data-center replication, does not remove the need of
22+
taking frequent backups, which are recommended also when using such deployment modes.
23+
{% endhint %}
1224

1325
<!-- Offline dumps -->
1426

0 commit comments

Comments
 (0)
0