-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving settings to another PC #2170
Comments
I will need to peel through the code (new to the dev team). I peeled through the files + databases; practically all the files stored in |
From the code I'm reading, I'm going to be more willing to bet that it is stored in the VM heap memory. Which is utilized with both the web and desktop version of KeeWeb. This memory can be accessed by opening the developer console. In that memory, I found a storage container Within that memory, I'm finding things like So as I suspected, these details aren't stored locally within the filesystem. They're stored within your browser, or electron if you're on the desktop version. I've got to dig deeper as to where localstorage is placed. |
Open files and other settings are stored in the filesystem, but they’re encrypted. You can find all of those stored pieces of data by searching Then for the browser, it goes to the localStorage. On desktop, it calls |
Priority
Low
Version: KeeWeb
v.1.18.7
Environment
Desktop
Operating System
Windows
Range of issue
None
Database Type
None
Environment Copy/Paste
Description
I got another laptop (old and new = Windows 11) and want to get all my (remote) password storages to the new laptop.
What I already did:
• Installed newest version on new laptop, existing in C:\Program Files\KeeWeb
• Both version on new and old laptop are identical
• Copied %APPDATA%\KeeWeb from old laptop to new laptop – before opening KeeWeb for the first time
But when I open KeeWeb on the new laptop I am not having my recent used storages at the start page.
On the old laptop I have 4 storages at the start page:
I got another laptop (old and new = Windows 11) and want to get all my password storages to the new laptop.
What I already did:
• Installed newest version on new laptop, existing in C:\Program Files\KeeWeb
• Both version on new and old laptop are identical
• Copied %APPDATA%\KeeWeb from old laptop to new laptop – before opening KeeWeb for the first time
But when I open KeeWeb on the new laptop I am not having my recent used storages at the start page.
How can I copy this section, too ? (Without the need to enter all credentials again)
Steps To Reproduce
see description
Expected Behavior
copying %APPDATA% Folder would show all recent used storages on the new laptop too
Logs
No response
Referenced Issues
No response
Attachments: Database kdbx File
No response
Attachments: Screenshots
No response
The text was updated successfully, but these errors were encountered: