mirror of
https://github.com/restic/restic.git
synced 2025-08-23 19:47:36 +00:00
Prepare changelog for 0.14.0
This commit is contained in:
14
changelog/0.14.0_2022-08-25/issue-3432
Normal file
14
changelog/0.14.0_2022-08-25/issue-3432
Normal file
@@ -0,0 +1,14 @@
|
||||
Bugfix: Fix rare 'not found in repository' error for `copy` command
|
||||
|
||||
In rare cases `copy` (and other commands) would report that `LoadTree(...)`
|
||||
returned an `id [...] not found in repository` error. This could be caused by
|
||||
a backup or copy command running concurrently. The error was only temporary;
|
||||
running the failed restic command a second time as a workaround did resolve the
|
||||
error.
|
||||
|
||||
This issue has now been fixed by correcting the order in which restic reads data
|
||||
from the repository. It is now guaranteed that restic only loads snapshots for
|
||||
which all necessary data is already available.
|
||||
|
||||
https://github.com/restic/restic/issues/3432
|
||||
https://github.com/restic/restic/pull/3570
|
Reference in New Issue
Block a user