Some of this needs developer input, but here are some comments to try to cover some points.
Maybe this refers to the below, or some similar S3 client to access bucket over network?
Using Wasabi Explorer for Windows with Wasabi
Other ways may be:
Wasabi Console Features which looks like it can sort by chosen column and even search.
Viewing the log files of a backup job, so <job> → Show log → Remote then click on list
.
Copy as in Explorer copy? Neither that nor DB Browser for SQLite know Duplicati versioning. Possibly some other message came. If so, what? I’d guess the file was still open in Duplicati. Checking Task Manager for unexpected Duplicati is a way to see if something is still running.
The Performance tab can also start Resource Monitor whose CPU tab has Search Handles
.
Did you stop the older Duplicati first? If not, I’ve seen Duplicati detect this, but I wasn’t testing upgrade from an earlier Beta. I was testing a Canary-to-Canary. At least I got all my files now.
This is starting to seem a popular way to do it, but it records the password in many local spots, being somewhat equivalent to Linux /etc/default/duplicati
which is readable by all users.
but the idea has a big gap in it when anybody on the machine is permitted to get the password. There’s certainly a bit more work to it though, and ultimately local malware usually finds a path:
so I’m still not very happy with the design and documentation on how to set up the new scheme.
The jump to 7 looks like 2.0.9.102 when authentication changed. It added the TokenFamily table.
Same message? Same numbers? February seems like it should have been version 6. 2.0.8.1.
Above 2018 post shows a similar error and explains how the database was encrypted, so is not compatible with normal tools. Duplicati Server and TrayIcon on Windows could change that with
--unencrypted-database
Disables database encryption.
Databases for specific jobs are not encrypted. Things like credentials are in the server database.
2.0.9.x Duplicati don’t use the old whole-database encryption. They may encrypt individual fields.
Since you can open these, you can check the Version table to see if DB version is newer (7 or 8).
I’m not going to get into certificates, as I don’t use them and the web server got replaced anyway.