hi everyone,
I have recently updated to 2.3.0.0 and successfully ran one backup (at least, I think I did); on the next one, I encountered the same error from this thread: Detected 7 file(s) in FilesetEntry without corresponding FileLookup entry
After getting that error consistently, I tried to delete e recreate the backup database as suggested in the thread and that generated a new error (alas also removing the previous logs).
The new error is:
2026-04-29 14:32:58 +02 - [Error-Duplicati.Library.Main.Operation.BackupHandler-FatalError]: Fatal error
DatabaseInconsistencyException: Found inconsistency in the following files while validating database:
XXXX, actual size 0, dbsize 196, blocksetid: 51338
XXXX, actual size 0, dbsize 196, blocksetid: 51338
XXXX, actual size 0, dbsize 196, blocksetid: 51338
XXXX, actual size 0, dbsize 196, blocksetid: 51338
XXXX, actual size 0, dbsize 196, blocksetid: 51338
... and 7521 more. Run repair to fix it.
Trying to repair also does not work (same error) and I have deleted and recreated the database numerous time.
One interesting thing is that the first 5 files that visibile in the logs, are all 0B empty files locally, I’m not sure about the 7521 more as the logs do not show the rest of the paths.
I also tried to restore that same folder and I got a warning (Active uploads detected, but no cleanup was performed. Run the "repair" command to clean up the incomplete files) and these 4 errors:
2026-04-29 14:50:04 +02 - [Error-Duplicati.Library.Main.Operation.Restore.VolumeDownloader-DownloadError]: Error during download
FileMissingException: The specified blob does not exist.
RequestId:e451955b-001e-0072-01d6-d7d29c000000
Time:2026-04-29T12:50:04.7865264Z
Status: 404 (The specified blob does not exist.)
ErrorCode: BlobNotFound
Content:
<?xml version="1.0" encoding="utf-8"?><Error><Code>BlobNotFound</Code><Message>The specified blob does not exist.
RequestId:e451955b-001e-0072-01d6-d7d29c000000
Time:2026-04-29T12:50:04.7865264Z</Message></Error>
Headers:
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: xxxxx
x-ms-client-request-id: xxxxx
x-ms-version: 2025-05-05
x-ms-error-code: BlobNotFound
Date: Wed, 29 Apr 2026 12:50:04 GMT
Content-Length: 215
Content-Type: application/xml
---
2026-04-29 14:50:05 +02 - [Error-Duplicati.Library.Main.Operation.Restore.BlockManager-BlockCountError]: Block count in SleepableDictionarys block table is not zero: 5
First 10 blocks: 3925072, 3122187, 3122320, 3122381
---
2026-04-29 14:50:05 +02 - [Error-Duplicati.Library.Main.Operation.Restore.BlockManager-VolumeCountError]: Volume count in SleepableDictionarys volume table is not zero: 5
First 10 volumes: 1541, 10934
---
2026-04-29 14:50:05 +02 - [Error-Duplicati.Library.Main.Controller-FailedOperation]: The operation Restore has failed
FileMissingException: The specified blob does not exist.
RequestId:xxxxx
Time:2026-04-29T12:50:04.7865264Z
Status: 404 (The specified blob does not exist.)
ErrorCode: BlobNotFound
Content:
<?xml version="1.0" encoding="utf-8"?><Error><Code>BlobNotFound</Code><Message>The specified blob does not exist.
RequestId:xxxx
Time:2026-04-29T12:50:04.7865264Z</Message></Error>
Headers:
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: xxxx
x-ms-client-request-id: xxxx
x-ms-version: 2025-05-05
x-ms-error-code: BlobNotFound
Date: Wed, 29 Apr 2026 12:50:04 GMT
Content-Length: 215
Content-Type: application/xml
It may have to do with Azure Blob as backend not being able to manage empty objects, but it seemed to be working well until now.
Can you please help? I’m stuck and I feel quite unsafe not being able to backup anymore.
Thank you.