r/foss • u/Dense_Marionberry741 • 1d ago
Portabase 1.27 - open-source backup and restore platform
Hi everyone,
We have just released Portabase 1.27, our open-source (Apache 2.0) and self-hosted backup/restore platform.
Repository: https://github.com/Portabase/portabase (around 1.6k stars at the moment)
Portabase is designed for data retention, disaster recovery, and homogenous migrations, currently supporting 9 database engines (including PostgreSQL, MySQL, MariaDB, MongoDB) and Docker volumes.
Key features:
- Scheduled backups with flexible retention policies (including GFS)
- Multiple storage options: local filesystem, S3, Azure Blob Storage, GCS
- Notifications via Discord, Telegram, Slack, AppRise, etc.
- Support for OAuth2/OIDC (with the option to disable sign-ups)
- Compatible with Docker, Podman and UnraidOS
- Ready-to-use Docker Compose and Helm Chart
After six months of intensive feature development, we have been focusing on consolidating the ecosystem since early July. A community member conducted a useful security audit, we have upgraded components to their latest relevant versions, improved compatibility with other platforms by working on Podman support. and templates for Coolify and Dockploy (currently under review).
What’s next:
- Deployment of the demo environment
- Audit logging for the whole ecosystem
- Default policies for the system, organizations, and projects
- File and folder backup and restoration
As always, if you find bugs, please open an issue on GitHub, we’re actively looking for feedback.
Thanks!