If you run PostgreSQL in production, the backup question is never "if" but "how reliably." Shell scripts wrapping pg_dump work at first, but the problems are predictable: missed runs nobody noticed, archives quietly filling a disk, no alerts when the job fails at 3 AM.

Databasus was built to solve exactly that. It started as an internal tool, was...