I am running Node-Red version 1.2.7 on Raspberry Pi. This was initially installed as version 1.1.3
The initial install and subsequent upgrade were done using the recommended script from:
https://nodered.org/docs/getting-started/raspberrypi
Node-Red is setup to run as a service.
The .node-red folder appears as:
The following commands are issued from the Terminal:
node-red-stop
sudo reboot
After a the reboot, the .node-red folder appears as:
New file items from version 1.2.7 of Node-Red are missing and the flow files are replace by much older files.
What is going on?
Where do the old files come from (i.e. where are they on the Pi)?
How do I stop this from happening (so that the system might survive a power failure) ?
Thanks.