Website - https://databasus.com
GitHub - https://github.com/databasus/databasus
Main features:
- Scheduled backups for multiple PostgreSQL, MySQL, MariaDB and MongoDB databases
- Storage to S3, Cloudflare R2, Google Drive, Azure Blob, NAS, SFTP, rclone, etc.
- Notifications about backup status via email, Telegram, Slack, Discord, MS Teams and customizable webhooks
- Works with both self-hosted and managed PostgreSQL (RDS, Cloud SQL, etc.)
- Runs as a single Docker container or via Helm on Kubernetes, can be installed via script
- There are workspaces and role-based access with audit logs
vkhafizov•1mo ago
rostislav_dugin•1mo ago
WAL-G is about PITR backups, Databasus is about logical ones.
From one side, Databasus usually is slower when database is large.
From another side, it's much easier to use (especially when you have a lot of DBs).
In the future, I am considering implementing incremental backups and following a similar approach as WAL-G or pgBackRest do. But it will be one of options, not mandatory one