i had all my passwords on the keepass programme, i was using mint 21. i have now upgraded to 22.
i tried to access the keepass to get a password, and it couldnt load , it says error loading…
so how do i get all my passwords backout of the programme.
Ok, so Keybase changed their DB format a little while back … try loading up Keybase, create a new (v2) Database, then try Database → Import → V1 Database, then select your old database file …
i have created a new dbase, but when i goto import, it takes me tothe home screen andi get a load of ext names. i done know whatthe exten name ofthe old keepass…
So the problem would appear to be either that the old one has another non-standard file name, or it’s not there.
Older versions of Keybase (as I recall) unhelpfully allowed to you to create database files with no (or any) file extension … so it could be “anything”.
Try this, it’ll be slower;
This will find all files in “~” (starting in your home folder) and then for each one, run the “file” command on it to get the file type string, then filter only ones containing “keepass”, which should find v1 and v2 files, if they’re there. (this doesn’t rely on the file extension)
The suggested command finds all files in the home directory and identifies any associated with KeePass by running the file command on each, regardless of file extension. This approach is useful when older Keybase versions may have saved files with unusual or missing extensions, making typical search methods less effective.