Hello n8n Community! ![]()
I’m excited to share a tool I’ve been working on to make managing self-hosted n8n instances easier.
n8n Backup Manager is a standalone web application that helps you backup, restore, and manage your n8n data (both workflows and database) with a friendly UI.
Key Features
-
One-Click Backups: Backup your SQLite or PostgreSQL database instantly.
-
Flexible Scheduling: Set up automated backups (hourly, daily, or via cron).
-
Retention Policy: Automatically delete old backups to save space (keep only the last X backups).
-
Cloud Support: Automatically upload backups to S3-compatible storage (AWS, MinIO, DigitalOcean, etc.).
-
Easy Restore: Something went wrong? Rollback your database directly from the UI.
-
Multi-language: Now available in English and Ukrainian
.
Screenshots
Getting Started
It’s designed to run alongside your n8n container via Docker Compose.
Quick Install: You can grab the latest release or check the repo for the docker-compose setup.
GitHub Repository: GitHub - aleksnero/n8n-backup-manager: Automatic backup system for n8n Latest Release: https://github.com/aleksnero/n8n-backup-manager/releases/download/v1.2.2/release.zip
We assume you are running n8n with Docker. Just add the service to your compose file (see README for examples).
Feedback
I’d love to hear your thoughts! If you find any bugs or have feature requests, please let me know here or open an issue on GitHub.
Happy automating! ![]()



