From 6888c08d9fd0916ef67b0ca5cef65f294440afbd Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Tue, 6 Apr 2021 12:00:33 -0500 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index e9824a0..71c71db 100644 --- a/Changelog.md +++ b/Changelog.md @@ -9,6 +9,10 @@ This release was initially supposed to just be 3.3.3, but eventually became a to - Validated support for [Pi-hole FTL v5.7 and Web v5.4](https://pi-hole.net/2021/02/16/pi-hole-ftl-v5-7-and-web-v5-4-released/#page-content), although the none of the new configuration settings that have been added (ex: DNS query rate limiting) are managed by Gravity Sync. - Fixes an error where the remote system container names were not properly queried. ([\#179](https://github.com/vmstan/gravity-sync/pull/179)) +#### 3.4.1 + +- Adds a optional `BACKUP_TIMEOUT` variable to the `gravity-sync.conf` file to allow users to adjust the time the script will wait until marking the SQLITE3 backup operation as failed. This was previously hard coded to 15 and then raised to 60, but raising it even higher has been seen to mitigate against failed replication jobs on slower SD Cards or older Raspberry Pi's where the database backup does not complete, yet still replicates. + ## 3.3 - The Podman Release For this release, "beta" support for [Podman](https://podman.io) based container deployments has been added. (Thanks to work by [@mfschumann](https://github.com/vmstan/gravity-sync/pull/138)) This is marked as beta because at the moment, Gravity Sync may not be regularly tested with this container engine and so regular support may be limited. Use of the official Pi-hole container image is still required.