Recovering Node-RED flows
Recovering accidently changed or deleted Node-RED flows.
Problem
Did you accidently delete a Node-RED flow?
Solution
This guides you step by step how to recover the old backup.
- Go into the Node-RED pod by using UMHLens
- Execute
cp /data/.flows.json.backup /data/flows.json
- Thats it, you now restored the backup
Last modified February 17, 2023:
update (#208) (ea731fc)