- docs
- Overview
- Administering FlowForge
- Contributing to FlowForge
- FlowForge API
- FlowForge Cloud
- Using FlowForge
- Changing the Stack
- devices
- Environment Variables
- FlowForge Concepts
- FlowForge File Nodes
- FlowForge Persistent Context
- FlowForge Project Nodes
- Instance Settings
- Logging
- Migrating a Node-RED project to FlowForge
- Node-RED Tools plugin
- Shared Team Library
- Snapshots
- Staged Deployments
- Teams
- Running FlowForge
- Installing FlowForge
- Configuring FlowForge
- DNS Setup
- Docker install
- Email configuration
- First Run Setup
- FlowForge File Storage
- Install FlowForge on Kubernetes
- Local Install
- Upgrading FlowForge
# Migrating a Node-RED application to FlowForge
This guide will help you to move an existing set of flows from Node-RED into one managed by the FlowForge platform.
When migrating from your Node-RED to a FlowForge managed instance you'll export the flows, credentials, and environment variables.
Before you start ensure you can log in to FlowForge Cloud or your own FlowForge server and have created the target Node-RED instance.
# Migrating the flows and credentials
Install the Node-RED tools plugin as explained in the documentation. After you created a snapshot for the target instance you'll have copied over the flows and credentials.
# Migrating Environment Variables
You can use this flow to dump a list of your environment variables into the debug window. For each variable needed for the flow should be added on FlowForge under Instance > Settings > Environment tabs.
# Starting the snapshot
Under the snapshots tab, click 'Rollback' in the kebab menu. The migrated flows will now be started with the modules installed.
# Limitations
# Static Files
Check your settings.js
file to see if httpStatic
has been set, if so then check for any files in this path. FlowForge does not currently support serving static files so you will need to find alternative hosting for these such as AWS S3.