this post was submitted on 15 Oct 2025
49 points (100.0% liked)
Linux
58987 readers
842 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For a password manager, I'm not sure if this is an issue since I'm only changing the database file while connected to the internet. Am I overlooking something?
SyncThing only syncs when both devices are online at the same time.
So a comon scenario is: You change the DB on your laptop, then shut it down. You open the DB on your desktop. Since the lapotp isn't online at the same time, you are working with the old DB version. If you change it, you have two competing versions.
I don't know exactly what happens then; I'm facing it and am procrastinating dealing with it ^^
It creates a sync conflict file, so the data is there but the two differing versions aren't automatically resolved.
One way out of this is to either have it on a server that's always connected (less common) or to just have it on your phone. That way you have an intermediary that syncs the changes.
Keepass 2 / Keepass XC actually has a function for this case and does pretty well in merging the two conflicting versions of the database.
That sync will be resolved by syncthing's logic. It will probably result in lost data.
I would suggest an app that does its own sync logic, like vaultwarden. That way, the client can update the database when it's back online, instead of an external sync replacing the whole database file.
Synching will create a conflict file when this happens. Nothing is lost but a user must look out for these files and merge manually.
KeepassXC has its own merge logic and will happily absorb changes to a file on disk whilst open. However if two offline machines both change a database then you will get a conflict file and will have to ask keepass to merge them.
Ahh this makes sense
It should work for you! Especially if you are connected to the internet. But of course, wanted to bring up the one flaw I could think of up in case it would be an issue for you.