Getting a backup of your instance
Backups are essential for the production server. Odoo.sh provides a built-in backup facility. In this recipe, we will illustrate how you can download and restore backups from Odoo.sh.
How to do it...
In the production branch, you can access the full information about the backups from the BACKUPS tab at the top. This will display a list of backups:
Figure 19.18 – Backups manager
From the buttons at the top, you can carry out backup operations, such as downloading the dump, performing a manual backup, or restoring from a backup. A database backup can take a long time, so it will be done in the background. You will recieve a notification on the bell icon at the top when it is completed.
How it works...
Odoo automatically takes a backup of your production instance daily. Odoo also takes an automatic backup whenever you merge a new development branch and update the module. You can also perform a manual backup...