Hello,
Looking for a bit of guidance here. I have an Ubuntu server running Node-Red. Each time I reboot it, I seem to randomly get one or the other, set of Flows.
For example, before reboot I have the following flows:
_Default , Site1, Site2, Testing
After reboot
_Default , Flow1, Flow2
The second set of flows, is recognizable and has elements I DID add at one point, but was a long time ago.
I would guess Node-Red is somehow loading a flows.json and then saying, yep im done. But then other reboots it loads the first set of flows as desired.
How do I control which set of flows get loaded?