Hello,
Since your local database (SQLite file) looks ok ("Checking DB
integrity..." line without error message), ignoring these remote
database backup checksum mismatches is a valid route. You should
find out why this happened, though. Were you affected by
https://github.com/s3ql/s3ql/issues/321 ? (Did you use S3QL
Version < 5.1.1 at 2025-01-06 and is your S3QL cache directory
a symlink?) Also, do not forget to add five valid remote database
backups and revert your patch afterward, as Henry explained.
Which version of S3QL are you using, btw. The exception indicates
a strange mix of version 5.1.3 and version 5.1.2. If it is indeed
5.1.2, updating to the newest version (5.2.3) might be all that is
necessary. Only from version 5.1.3 upwards, fsck.s3ql skips
unclean metadata backups since they will most likely produce those
database checksum errors. All 5.x versions of S3QL use the same
database structure; updating to the latest version should be
relatively hassle-free, and a downgrade is possible (but not
advised).