After Import: Found X remote files not recorded [solved]

I am trying to restore my Duplicati configuration after upgrading to Linux Mint 21.1. I Imported the configuration file easy enough. But when I run the job I get

Found 1613 remote files that are not recorded in local storage, please run repair

The remote log looks like this

{“Name”:“duplicati-20230201T162435Z.dlist.zip.aes”,“LastAccess”:“0001-01-01T00:00:00”,“LastModification”:“2023-02-01T16:29:03.48Z”,“Size”:2685405,“IsFolder”:false},
{“Name”:“duplicati-b00a092be4be64134a55098d2474e9404.dblock.zip.aes”,“LastAccess”:“0001-01-01T00:00:00”,“LastModification”:“2022-03-29T18:53:28.86Z”,“Size”:52341165,“IsFolder”:false},
{“Name”:“duplicati-b0a95151bcbba4d998ec4b77a8dd102ef.dblock.zip.aes”,“LastAccess”:“0001-01-01T00:00:00”,“LastModification”:“2022-07-29T17:05:37.7Z”,“Size”:52332589,“IsFolder”:false},

Do I run repair or is there something else I need to do?

I am currently using the latest Duplicati version. Before I had something older, but version 2.

Hello

this seems completely normal to me, you created a new job so you have an empty local database, but there are files on the remote backend that are lacking from the local database, repair is the normal way to get local and remote to synchronize.

An in-place OS upgrade by itself wouldn’t require that. Are files from old Mint around?
If so, you can check in ~/.config/Duplicati for whatever user Duplicati used previously.
Copying the old job database (random.sqlite) may be faster, but Repair usually works.
Don’t put a stale database in. If you’re not sure what’s what, running Repair is safer…

Repair; backup; all good. Thanks.