Hi all I would like store data and variable in node red because until now all variable are lost after reboot. Can some one help me? Many thanks
You store data in context storage or maybe a database.
If you store data in context storage you have to set the storage to file rather than memory, as file will survive a restart.
https://nodered.org/docs/user-guide/context#context-stores
Not sure what hardware you are on but there might be prerequisites for this on the host. I’m not sure what the nodered document covers but might be helpful to know what kind system you are on incase there are specifics to that which aren’t covered typically.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.