forked from TrueCloudLab/restic
Add changelog
This commit is contained in:
parent
d72181c8c1
commit
aebd24e414
1 changed files with 11 additions and 0 deletions
11
changelog/unreleased/issue-2452
Normal file
11
changelog/unreleased/issue-2452
Normal file
|
@ -0,0 +1,11 @@
|
|||
Bugfix: Improve error handling of repository locking
|
||||
|
||||
When the lock refresh failed to delete the old lock file, it forgot about the
|
||||
newly created one. Instead it continued trying to delete the old (usually no
|
||||
longer existing) lock file and thus over time lots of lock files accumulated.
|
||||
This has been fixed.
|
||||
|
||||
https://github.com/restic/restic/issues/2452
|
||||
https://github.com/restic/restic/issues/2473
|
||||
https://github.com/restic/restic/issues/2562
|
||||
https://github.com/restic/restic/pull/3512
|
Loading…
Reference in a new issue