mirror of
https://github.com/restic/restic.git
synced 2025-10-28 23:23:02 +00:00
Prepare changelog for 0.17.0
This commit is contained in:
11
changelog/0.17.0_2024-07-26/pull-4703
Normal file
11
changelog/0.17.0_2024-07-26/pull-4703
Normal file
@@ -0,0 +1,11 @@
|
||||
Bugfix: Shutdown cleanly when receiving SIGTERM
|
||||
|
||||
Previously, when restic received the SIGTERM signal it would terminate
|
||||
immediately, skipping cleanup and potentially causing issues like stale locks
|
||||
being left behind. This primarily effected containerized restic invocations
|
||||
that use SIGTERM, but could also be triggered via a simple `killall restic`.
|
||||
|
||||
This has now been fixed, such that restic shuts down cleanly when receiving
|
||||
the SIGTERM signal.
|
||||
|
||||
https://github.com/restic/restic/pull/4703
|
||||
Reference in New Issue
Block a user