-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Problem
I currently have a NetBird deployment with separate services:
netbird-managementnetbird-signalnetbird-relaynetbird-coturn
I want to migrate to the combined netbird-server container for simpler management, but there's no migration guide available.
Why migrate to combined server
- Simpler deployment and maintenance
- Fewer containers to manage
- Better alignment with official documentation
- Easier upgrades
What's needed
A migration guide covering:
- Data backup: What data needs to be preserved (users, peers, configurations, keys)
- Configuration migration: How to convert separate
management.json,signal.json, etc. into combined server config - Database migration: How to migrate existing data to the new setup
- External IdP: How to maintain Zitadel/Keycloak/Auth0 integration
- Downtime strategy: Zero-downtime migration steps if possible
- Rollback procedure: How to revert if something goes wrong
Current environment
- Deployment: Docker Compose with separate containers
- External IdP: Zitadel
- Reverse proxy: Traefik
- Data: Active users and peers that must be preserved
Expected outcome
Successfully migrate to netbird-server without losing:
- User accounts and permissions
- Peer connections and configurations
- Network policies and routes
- Authentication integration
This would help users who started with separate services and want to simplify their deployment.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels