Deploy flows to external storage

Hi All, I've deployed node red to azure cluster and want to access flow.json file from external storage like aws s3 bucket or azure blob, could you tell me how can I access flow file from external storage and deploy my flows.

Hello,

You can use a storage plugin for that purpose.

With 'node-red-mongo-storage-plugin' all nodes will be saved on a MongoDB Database.
Note that using this solution, the 'flow.json' will not be used at all.

Search for a storage plugin that suits you.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.