I’ve been running LibreNMS on a Raspberry Pi to monitor my home network and it’s been flawless until a couple of days ago when my SD card suddenly died 
The Pi will no longer boot from the card and Linux doesn’t like it either. I tried running fsck but the card has gone into read-only mode so fsck can’t fix any of the problems it finds.
However, I do seem to be able to read data from the card using ext2explore on Windows.
Setting up a brand new instance of LibreNMS wouldn’t be the end of the world, but I’d like to salvage the data (going back several years) from the broken card if possible. Is there any way I can do that?
The normal backup/migration instructions involve dumping the SQL database, but obviously I can’t run that command - I only have access the contents of the filesystem.
Any help would be greatly appreciated 

