| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 251 |
| Technical Name |
My_Auto_Backup |
| License | LGPL-3 |
| Versions | 17.0 18.0 19.0 |
Community
Enterprise
Odoo.sh
Screenshots
Database Backup Configuration Menu
Got Setting --> Technical --> Backup Configuration to configure backups
Steps to Configure Database Backup
- Enable Developer Mode in your Odoo instance.
- Navigate to
Settings-->Technical-->Database Backupunder Configurations. - Click on Create to add a new database backup configuration.
- Fill in the required fields:
- Host: Enter the host of your database.
- Database Name: Specify the actual database you want to back up.
- Backup Type: Choose the type of backup (e.g., full, incremental).
- Destination: Enter the directory path for the backup. Ensure the folder permissions are set correctly using
chown odoo:odoo.
- Save the configuration.
- Go to
Scheduled Actionsand locate the cron job named Backup: Automatic Database Backup. - Adjust the cron job settings to define how often backups should occur (e.g., daily, weekly).
- Test the backup configuration to ensure it works as expected.
Please log in to comment on this module