You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/backup/configuration.mdx
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
title: "Backup configuration options"
3
3
sidebar_label: "Configuration options"
4
+
description: "Server-wide configuration keys that control backup behavior: paths, allowed destinations, concurrency, low-memory delays, and the responsible-node grace period."
4
5
sidebar_position: 85
5
6
---
6
7
@@ -29,6 +30,7 @@ Learn how to apply these keys in the [Configuration Overview](../server/configur
Copy file name to clipboardExpand all lines: docs/backup/faq.mdx
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
---
2
2
title: "FAQ"
3
3
sidebar_label: "FAQ"
4
+
description: "Frequently asked questions about backup and restore in RavenDB: one-time backups, server-wide backups, retention, failure handling, and behavior in a cluster."
4
5
sidebar_position: 90
5
6
---
6
7
@@ -152,7 +153,39 @@ For example, you can set a backup task to keep backups locally as well as send t
152
153
153
154
### What happens if the node responsible for a backup task is down?
154
155
155
-
When the responsible node is down during the scheduled time, another node from the database group will assume ownership of the task, so there will be no gaps in the backup schedule.
Copy file name to clipboardExpand all lines: versioned_docs/version-6.2/client-api/operations/maintenance/backup/faq.mdx
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ import LanguageContent from "@site/src/components/LanguageContent";
23
23
*[Does RavenDB automatically delete old backups?](../../../../client-api/operations/maintenance/backup/faq.mdx#does-ravendb-automatically-delete-old-backups)
24
24
*[Are there any locations that backup files should NOT be stored at?](../../../../client-api/operations/maintenance/backup/faq.mdx#are-there-any-locations-that-backup-files-should-not-be-stored-at)
25
25
*[What happens when a backup process fails before it is completed?](../../../../client-api/operations/maintenance/backup/faq.mdx#what-happens-when-a-backup-process-fails-before-completion)
26
+
*[What happens if the node responsible for a backup task is down?](../../../../client-api/operations/maintenance/backup/faq.mdx#what-happens-if-the-node-responsible-for-a-backup-task-is-down)
26
27
27
28
</Admonition>
28
29
## FAQ
@@ -108,5 +109,41 @@ While in progress, the backup content is written to an **.in-progress* file on d
108
109
If the failed process was an incremental-backup task, any future incremental backups will
109
110
continue from the correct place before the file was created so that the backup is consistent with the source.
110
111
112
+
### What happens if the node responsible for a backup task is down?
Copy file name to clipboardExpand all lines: versioned_docs/version-7.0/client-api/operations/maintenance/backup/faq.mdx
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ import LanguageContent from "@site/src/components/LanguageContent";
23
23
*[Does RavenDB automatically delete old backups?](../../../../client-api/operations/maintenance/backup/faq.mdx#does-ravendb-automatically-delete-old-backups)
24
24
*[Are there any locations that backup files should NOT be stored at?](../../../../client-api/operations/maintenance/backup/faq.mdx#are-there-any-locations-that-backup-files-should-not-be-stored-at)
25
25
*[What happens when a backup process fails before it is completed?](../../../../client-api/operations/maintenance/backup/faq.mdx#what-happens-when-a-backup-process-fails-before-completion)
26
+
*[What happens if the node responsible for a backup task is down?](../../../../client-api/operations/maintenance/backup/faq.mdx#what-happens-if-the-node-responsible-for-a-backup-task-is-down)
26
27
27
28
</Admonition>
28
29
## FAQ
@@ -108,5 +109,41 @@ While in progress, the backup content is written to an **.in-progress* file on d
108
109
If the failed process was an incremental-backup task, any future incremental backups will
109
110
continue from the correct place before the file was created so that the backup is consistent with the source.
110
111
112
+
### What happens if the node responsible for a backup task is down?
0 commit comments