Releases: ProjoMania/obm-ce
Releases · ProjoMania/obm-ce
Release list
OBM CE 1.0.0
Initial public release — free, self-hosted, agentless backups for Odoo.
- Scheduled backups (daily/weekly/monthly/cron, timezones) via Odoo's database manager — nothing to install on the Odoo servers
- Integrity verification (zip CRC + manifest / pg_dump header) + SHA-256 per backup
- Retention keep-rules (keep N days / last N copies; the newest backup is never deleted)
- Customers → instances → databases with live-discovery onboarding
- Dashboard with 30-day trends, live job progress, activity log
- Single container:
docker compose up -d→ http://localhost:8300 (see README quickstart)
Docker image: ghcr.io/projomania/obm-ce:1.0.0 (built by the Release workflow).