I'm trying to use the sqlite node and I have a database file stored on an SD card plugged in to the Cerbo GX.
I'm using the /run/media/mmcblk0p1 mount point to access the SD card. The sqlite node is saying that the file is read only. Permissions on the file are:
-rwxr-xr-x 1 root root 8192 Apr 19 21:34 octopus_energy.sqlite3
When SSH as root and using chmod 777 on the file, the permissions don't change. Does anyone know how I can make the file writable for the sqlite node?