Longtime Duplicati user. On a Windows 10 machine, 2.3.0.1_stable_2026-04-24 was running for months with no apparent issues. Then I noticed tray icon was missing. Tried restarting Duplicati ->didn’t work. Tried rebooting → didn’t work. Downloaded and installed latest 2.3.0.4, thinking it might have fixed something. But it still wouldn’t start. Digging deeper now, looked at crash log and it starts with this:
Duplicati.Library.Interface.UserInformationException: Server crashed on startup
—> System.Exception: A serious error occurred in Duplicati: Duplicati.Library.Interface.SettingsEncryptionKeyMismatchException: Encryption key used to encrypt target settings does not match current key.
Note that no configuration or anything was intentionally changed between everything working and it failing.
I never explicitly encrypted the database, but I see in the release notes that 2.3.0.0 adds a default secret provider, and sure enough, when I look in the Windows Credential Manager, there is an entry for duplicati-server-encryption-key.
So I tried launching Duplicati.GUI.TrayIcon.exe with the --disable-db-encryption, but it fails with the exact same output.
Other than doing a fresh install, I’m now at a loss as to what to do next to get it working again.