☁️ Database Backup — Local + Cloud
Automatic, scheduled Odoo backups — never lose your data
Take full backups of your Odoo database and filestore
(standard Odoo .zip) and store them on a local folder, AWS S3, Google Drive
and OneDrive — automatically on a schedule, or with one click. All configured from
Settings.
💾 Full backup (DB + filestore)
Standard Odoo .zip — restorable from Odoo's own database manager.
⏰ Scheduled & one-click
Automatic daily backup via cron, plus a Backup Now button.
☁️ Multi-destination
Local folder, AWS S3 (or S3-compatible), Google Drive and OneDrive — together.
🧾 History & retention
Every run logged with status, size & destinations; keep the last N local copies.
Configure everything from Settings
Enable each destination independently and fill in its credentials — no code, no XML. Toggle the daily scheduled backup, or run one immediately.
A clear backup history
Every backup is logged with its date, size, whether it was scheduled, and a status — so you always know your data is safe. One failing destination never blocks the others.
Know exactly where every backup went
Supported destinations
- 🗂️ Local folder — server path + retention (keep last N)
- ☁️ AWS S3 — or any S3-compatible bucket (MinIO, Wasabi, Spaces…)
- 📁 Google Drive — via a service account
- 🪟 Microsoft OneDrive — via Microsoft Graph (app-only)
Optional Python packages per destination: boto3 (S3),
google-api-python-client + google-auth (Drive).
OneDrive uses only requests (bundled with Odoo).
Technical specifications
Odoo Version: 19.0 | License: OPL-1 | Depends on: base
Requirement: pg_dump available on the Odoo server (same major version as PostgreSQL).
Support & Contact
Author: Arun A George
Website: arunalexgeorge.online
Email: admin@arunalexgeorge.online
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 503 |
| Technical Name |
db_backup_cloud |
| License | LGPL-3 |
| Website | https://arunalexgeorge.online |
Please log in to comment on this module