After the latest beta update, I keep getting this error when attempting to do a backup:
code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
no such column: −100
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at Duplicati.Library.Main.Database.ExtensionMethods.ExecuteScalarInt64(IDbCommand self, Boolean writeLog, String cmd, Int64 defaultvalue)
at Duplicati.Library.Main.Database.ChangeStatistics.CountWithCondition(IDbCommand cmd, String tmpName, String alias, String baseCondition, Nullable`1 blocksetId, Int64[] excludeBlocksets)
at Duplicati.Library.Main.Database.ChangeStatistics.CountAdded(IDbCommand cmd, String tmpName, Nullable`1 blocksetId, Int64[] excludeBlocksets)
at Duplicati.Library.Main.Database.ChangeStatistics.UpdateChangeStatistics(IDbCommand cmd, BackupResults results, Int64 currentFilesetId, Int64 previousFilesetId)
at Duplicati.Library.Main.Database.LocalBackupDatabase.UpdateChangeStatistics(BackupResults results, IDbTransaction transaction)
at Duplicati.Library.Main.Operation.Backup.BackupDatabase.<>c__DisplayClass34_0.<UpdateChangeStatisticsAsync>b__0()
at Duplicati.Library.Main.Operation.Common.SingleRunner.DoRunOnMain[T](Func`1 method)
at Duplicati.Library.Main.Operation.Backup.UploadRealFilelist.Run(BackupResults result, BackupDatabase db, IBackendManager backendManager, Options options, FilesetVolumeWriter filesetvolume, Int64 filesetid, ITaskReader taskreader, Boolean lastWasPartial)
at Duplicati.Library.Main.Operation.BackupHandler.RunAsync(String[] sources, IBackendManager backendManager, IFilter filter)
at Duplicati.Library.Main.Controller.<>c__DisplayClass22_0.<<Backup>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at Duplicati.Library.Utility.Utility.Await(Task task)
at Duplicati.Library.Main.Controller.RunAction[T](T result, String[]& paths, IFilter& filter, Func`3 method)
at Duplicati.Library.Main.Controller.Backup(String[] inputsources, IFilter filter)
at Duplicati.Server.Runner.RunInternal(Connection databaseConnection, EventPollNotify eventPollNotify, INotificationUpdateService notificationUpdateService, IProgressStateProviderService progressStateProviderService, IApplicationSettings applicationSettings, IRunnerData data, Boolean fromQueue)
The error is shown twice in the log after each backup attempt:
1 sep 2025 11:23: Failed while executing Backup "Rclone Cloud" (id: 16)
1 sep 2025 11:23: Error in worker
I’ve tried both repairing, and recreating the database. No change.
Verifying the database shows no errors at all. Any idea how I can fix this without deleting my entire backup and starting over? I’d hate having to do that. ![]()
