- Odoo 11 Development Cookbook(Second Edition)
- Holger Brunn Alexandre Fayolle
- 101字
- 2021-06-25 22:48:22
Backing up a database
For creating a backup, the following steps need to be performed:
In the database management screen, click on the Backup Database link next to the database you want to back up:
- Fill in the form:
- Master Password: The master password of the Odoo server.
- Backup Format: Always use zip for a production database, as it is the only real full backup format. Only use the pg_dump format for a development database where you don't really care about the file store.
- Click on the Backupbutton. The backup file will be downloaded to your browser.