I have 3 rpi's running node-red 0.2.6 .. one of them doesn't have the // Context Storage section in the system.js file so I tried updating to 0.2.7 .. it seam's to keep the same system.js file even though I updated, so the question is can I just paste in the missing lines from one of the other pi's system.js files ?
Also secondary question, I have one pi working fine with contextStorage if I reboot, the vars I stored in my
"localfilesystem" are persistent, I can see /home/pi/.node-red/context but that folder is empty, shouldn't I see some file in there that contains my stored vars ?