Hi,
I’ve updated my Duplicati installation from 2.0.5.1-beta to 2.0.6.1-beta.I’ve got two jobs configured, the database sizes are (1,9 GByte) and (34 MByte). After the upgrade, I ran “check files”. The small job ran fine while running the large job with the big database failed, resulting in a corrupted database.
Looking closer the cause was “disk full” at the partition where /root/.config/Duplicati/*.sqlite was stored.
My suggestion/Feature Request: Please calculate twice the sqlite DB size plus - let’s say - 5 % of the file size and check if this is free on the partition where the file is stored (“df -h”) check. If there’s not enough free disk space, warn the user and do NOT touch the sqlite database.