Hi Folks,
I try to import a backup of my flows from an old Node-Red instance on the new one.
The JSON file size is around 200kb.
My problem is:
Neither the UI nor the API-call to /flows [POST] seems to be able to import it without a timeout (API) or just no error message (UI).
Remark: On the UI I can import the flows to the actual UI, but when I click on any variants of the "deploy" button, it runs for a while and return with no message. No flows are saved when I reload the page.
Sorry, but I never have done this before.
So, I assume I have to copy the flows.json file to the remote machine.
But where to place it and what do you mean with:
rename as needed to match new machine name
I should mention, that Node-Red is running as a plugin inside of IoBroker. But I assume that the folder structure is the same.