Score:5

How do I recover Joplin notes if they were never exported?

in flag

I have an old Ubuntu machine that no longer works, but I can still access its drive through a live USB. None of the notes were ever exported; though, I was expecting to recover them by some other means. How do I do this? I see the Joplin app folder/files and that it was installed on the machine via snap.

Score:7
cn flag

Those are stored in an SQLite database. Default location (normal and snap):

~/.config/joplin-desktop/database.sqlite
~/snap/joplin-desktop/current/.config/joplin-desktop

Find the one you are after on your system and then from command line you can do ...

sqlite3 ~/.config/joplin-desktop/database.sqlite
sqlite3 ~/snap/joplin-desktop/current/.config/joplin-desktop

and then use the SQL language to view and dump data from it. .help will show available options.

vanadium avatar
cn flag
Note that location of the snap application will be different, somewhere under ~/snap
cn flag
@vanadium yeah found it online just now.
WinEunuuchs2Unix avatar
in flag
An easier and more powerful way to access data is with `sqlitebrowser`.
qwr avatar
kr flag
qwr
yep, that's one of my most upvoted answers
Mast avatar
us flag
Or copy the `.sqlite` file to a current system which can access the information. Unlike some more traditional databases, the `.sqlite` is all you need to read/transfer an SQLite database.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.