Databasus PostgreSQL Backup Tool Gains Anthropic Open Source Support

Anthropic's Recognition of Databasus
Anthropic has recognized Databasus through their Claude for Open Source program, which gives maintainers of qualifying open source projects free access to Claude Max. The program has high requirements: projects need 5,000+ GitHub stars or 1M+ monthly NPM downloads, active maintenance, and real community adoption. They accept up to 10,000 maintainers total and review each application individually.
What is Databasus?
Databasus is an open source self-hosted tool for database backups. It started as a small internal tool called Postgresus for backing up PostgreSQL databases a couple of years ago. Over time the project added support for MySQL, MariaDB and MongoDB (though PostgreSQL is still the main focus), and was renamed to Databasus in the end of 2025.
Key technical details:
- Runs as a single Docker container
- All data stays on your infrastructure
- Apache 2.0 license
- 5,800+ stars on GitHub
- 250k+ Docker pulls
- Became the most starred PostgreSQL backup tool on GitHub in 2025, passing WAL-G, pgBackRest and Barman
Main Features
- Scheduled backups (hourly, daily, weekly, monthly or custom cron)
- 70+ storage destinations: local disk, S3, Cloudflare R2, Google Drive, Dropbox, SFTP, NAS and more via Rclone
- AES-256-GCM encryption with unique keys per backup file
- Retention policies: time period, count, size limit, or GFS (Grandfather-Father-Son) for enterprise compliance
- Database health monitoring with configurable failure thresholds
- Team features: workspaces, RBAC (viewer/member/admin/owner), audit logs
- Notifications: Slack, Discord, Telegram, MS Teams, Email, webhooks
- Works with cloud-managed databases like AWS RDS, Google Cloud SQL and Azure
- Full backup portability: you can decrypt and restore backups using only secret.key and standard tools, without Databasus itself
AI Usage Policy
The project maintains transparency about AI usage with a dedicated AI disclaimer in the README. They use Claude models exclusively for development because other models are "less reliable and more noisy."
AI is used for:
- Verification of code quality and searching for vulnerabilities
- Cleaning up and improving documentation, comments and code
- Assistance during development
- Double-checking PRs and commits after human review
AI is NOT used for:
- Writing entire code
- "Vibe code" approach
- Code without line-by-line verification by a human
- Code without tests
The project has solid test coverage (unit and integration), CI/CD pipeline with tests and linting, and verification by experienced developers. Vibe coded PRs are rejected by default, and they've denied PRs because of "AI slop" (see GitHub issue #145).
The developer's philosophy: "Use AI as a tool, but don't rely on it too much. At the end of the day, you are responsible for what you release to the public. People trust your project with their data, and that's not something you hand off to a language model."
📖 Read the full source: r/ClaudeAI
👀 See Also

TOON MCP server reduces tool result tokens by 30-60% in OpenClaw
An MCP server that compresses structured JSON tool results into the TOON format can cut token usage by 30-60% for tabular data like database queries and API responses, helping delay context window compaction in OpenClaw sessions.

Orc: Multi-Agent Coding Orchestration Tool Adds Planning and Notification Features
Orc is an open-source tool that orchestrates AI coding agents across projects with a local TUI interface. The latest release adds planning as a first-class phase, notification systems for human intervention, and natural language lifecycle hooks.

Vyra: Intelligent Web Video Editor for Claude Agents via MCP
Vyra indexes footage so Claude can semantically search and edit video directly—supports motion graphics, music sync, smart masking, transcript editing, color grading, and 30+ effects.

Jobly: Contract Marketplace with AI-First Dispute Resolution and Community Voting
Jobly is a contract marketplace built with Next.js 14, TypeScript, and Supabase, featuring an escrow system with 10% provider bonds on proposals and a dispute pipeline that starts with AI evaluation using Claude, then allows appeals to community stake voting.