Operating system
Linux
Joplin version
3.3.13
Sync target
Joplin Server
What issue do you have?
I have set up a Joplin Server on a Pi5 with postgres as the database and I was wondering about power failures and corruption. It is writing to a Fat32 SD card, and of course if doing a sync is occuring during a power failure I am betting there will be corruption of the database. Is there any way to minimize this? Or recover from it? Or is the system robust enough not to worry about it?
I currently have it in my home directory in docker/joplin where my compose file is as well. I assume backing up that folder is all I need to do to have a copy of everything should it go sideways?
I also turned off heartbeats in the Joplin server admin settings to cut down on the number of writes to the SD card, is there anything else I should/could turn off to lower the writes further? And I assume turning off the heartbeats isn't a issue?