mirror of
https://github.com/octoleo/restic.git
synced 2024-12-02 01:48:30 +00:00
11 lines
455 B
Plaintext
11 lines
455 B
Plaintext
|
Bugfix: Fix rare failures to retry locking a repository
|
||
|
|
||
|
Restic 0.17.0 could in rare cases fail to retry locking a repository if
|
||
|
one of the lock files failed to load. The lock operation failed with error
|
||
|
`unable to create lock in backend: circuit breaker open for file <lock/1234567890>`
|
||
|
|
||
|
The error handling has been fixed to correctly retry locking the repository.
|
||
|
|
||
|
https://github.com/restic/restic/issues/5005
|
||
|
https://github.com/restic/restic/pull/5011
|