RDoc-3839 - Document local temp-file behavior during remote-source restore#2462
Open
reebhub wants to merge 1 commit into
Open
RDoc-3839 - Document local temp-file behavior during remote-source restore#2462reebhub wants to merge 1 commit into
reebhub wants to merge 1 commit into
Conversation
| - If a backup task is configured to store backups in a local folder, `Backup.TempPath` will be ignored and temporary files will be stored alongside the backups. | ||
| - `Backup.TempPath` is also used when restoring a database from a remote destination | ||
| (Amazon S3, Azure Blob Storage, or Google Cloud Storage): the backup file is first | ||
| downloaded to `Backup.TempPath` and then read from there. |
There was a problem hiding this comment.
Only true for snapshot restores — backups stream directly
| When restoring from a remote destination (Amazon S3, Azure Blob Storage, or Google Cloud | ||
| Storage), RavenDB downloads the backup file to local disk before reading the file. | ||
| The first defined path in this list is used for the download: | ||
|
|
There was a problem hiding this comment.
This is only correct for snapshot restores. Regular backups are streamed directly from the cloud and aren't downloaded to a temp path — no free-space check or DiskFullException
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue link
RDoc-3839
Additional description
added notes to
/backup/restoreand/backup/configurationto explain how temp path is used and disk-space is checked when restoring.Type of change
/templatesor readme)Changes in docs URLs
/scripts/redirects.jsonfile, setDocuments MovedPR label)Changes in UX/UI