- Notifications
You must be signed in to change notification settings - Fork 57
HotBackup documentation for 3.5 #125
Conversation
@sleto-it Turned out arangobackup is a C++ tool using the startup option framework, and the "verb"/"action" is actually an option I integrated the auto-generated table, which you can preview here: Also opened the following related PRs (to be backported): |
@Simran-B yay! thanks for the preview! |
Co-Authored-By: Simran <Simran-B@users.noreply.github.com>
Co-Authored-By: Simran <Simran-B@users.noreply.github.com>
Hot backups are not automatically replicated between instances. This is | ||
true both for the active/failover setup with 2 (or more) single servers, | ||
and for the data center to data center replication between clusters. | ||
Simply take hot backups on all instances. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a chance of running into trouble if the passive side is behind the active side when both are restored?
@KVS85 because also the other tools have the limitation page inside the chapter that describe the tool. We can still link the same page from other sections Hope this helps, |
@sleto-it Only arangodump has a limitations chapter actually, so lets see how it would look like under the backup & restore chapter. |
Related PRs: