- docs
- FlowFuse User Manuals
- Using FlowFuse
- Getting Started
- Static asset service
- Bill of Materials
- FlowFuse Concepts
- Changing the Stack
- Custom Hostnames
- Device Groups
- DevOps Pipelines
- Environment Variables
- FlowFuse Assistant
- FlowFuse File Nodes
- FlowFuse Project Nodes
- High Availability mode
- HTTP Access Tokens
- Instance Settings
- Logging
- persistent-context
- Shared Team Library
- Snapshots
- Team Broker
- Teams
- User Settings
- FlowFuse API
- Migrating a Node-RED project to FlowFuse
- Device Agent
- Device Agent
- FlowFuse Device Agent Introduction
- Quick Start
- Installation
- Quick Start with Web UI
- Register your Device
- Running the Agent
- Deploying your Flows
- Hardware Guides
- FlowFuse Cloud
- FlowFuse Cloud
- FlowFuse Self-Hosted
- Quick Start
- Installing FlowFuse
- Overview
- Configuring FlowFuse
- DNS Setup
- Docker install
- Docker from AWS Market Place
- Docker on Digital Ocean
- Add Project Stacks on Docker
- Docker Engine on Windows
- Email configuration
- First Run Setup
- FlowFuse File Storage
- Install FlowFuse on Kubernetes
- Upgrading FlowFuse
- Administering FlowFuse
- Administering FlowFuse
- Configuring Single Sign-On (SSO)
- Licensing
- Monitoring
- Telemetry
- User Management
- Support
- Community Support
- Premium Support
- Debugging Node-RED issues
- Contributing
- Contributing to FlowFuse
- Introduction
- Adding Template Settings
- API Design
- Creating debug stack containers
- Database migrations
- FlowFuse Architecture
- Local Install
- State Flows
- Device Editor
- Invite External Users
- User Login Flows
- Reset Password Flow
- Project Creation
- Instance states
- User Sign up Flow
- Team creation Flow
- Team Broker
- Working with Feature Flags
# Migrating a Node-RED application to FlowFuse
This guide will help you to move existing Node-RED instances into FlowFuse.
When migrating your Node-RED instances into FlowFuse, you'll export the flows, credentials, and environment variables.
Before you start ensure you can log in to FlowFuse Cloud or your own FlowFuse server, and that you have created your Node-RED instance that you wish to move into FlowFuse.
If you have not yet created a Node-RED instance that you want to manage within FlowFuse, you can create the new instance within FlowFuse directly, and the following instructions will not apply in your case.
# Migrating the flows and credentials
Install the Node-RED tools plugin as explained in the documentation. After you created a snapshot for the Node-RED instance you wish to move, 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 FlowFuse under Instance > Settings > Environment tabs.
# Starting the snapshot
Under the snapshots tab, click 'Restore Snapshot' 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. The files in this path need to be manually migrated to FlowFuse's Static Assets service.