2023-07-29 00:30:40 +00:00
|
|
|
Bugfix: Improve lock refresh handling after standby
|
2023-07-16 11:10:23 +00:00
|
|
|
|
|
|
|
If the restic process was stopped or the host running restic entered standby
|
2023-07-29 00:30:40 +00:00
|
|
|
during a long running operation such as a backup, this previously resulted in
|
|
|
|
the operation failing with `Fatal: failed to refresh lock in time`.
|
|
|
|
|
|
|
|
This has now been fixed such that restic first checks whether it is safe to
|
|
|
|
continue the current operation and only throws an error if not.
|
2023-07-16 11:10:23 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4274
|
|
|
|
https://github.com/restic/restic/pull/4374
|