Backup Servers Menu
1. Backup Server
Backup server configuration for managing subscription database backups and restores via API.
Fields
- Server Name - Display name (required, tracked, translatable)
- URL - Backup server base URL, e.g.,
https://backup.sadeem.cloud(required, tracked) - Download URL - URL template for downloading backup files (required, tracked)
- API Key - Authentication key for API calls (required)
- Local Backup - Enable saving backups to the server's local storage (default: True)
- Amazon S3 Backup - Enable saving backups to an S3 bucket (default: False)
- Drop DB Path - API endpoint for dropping databases (default:
/sadeem/database/drop) - Backup DB Path - API endpoint for creating backups (default:
/sadeem/database/backup) - Restore DB Path - API endpoint for restoring databases (default:
/sadeem/database/restore)
S3 Configuration
Before enabling Amazon S3 Backup, make sure S3 storage is properly configured on the remote backup server.
API Authentication
Use an Odoo user API key for the API Key field rather than a plain password. API keys are more secure and can be revoked independently.