@@ -203,24 +203,28 @@ The fetching is automatically stopped after 5 minutes. You can restart it using
203
203
204
204
Backups
205
205
-------
206
- A list of the backups available for download and restore, as well as the ability to import a database.
206
+ A list of the backups available for download and restore, the ability to perform a manual backup and to import a
207
+ database.
207
208
208
209
.. image :: ./media/interface-branches-backups.png
209
210
:align: center
210
211
211
- Odoo.sh keeps backups for production databases: 7 daily, 4 weekly and 3 monthly.
212
+ Odoo.sh makes daily backups of the production database. It keeps 7 daily, 4 weekly and 3 monthly backups .
212
213
Each backup includes the database dump, the filestore (attachments, binary fields), logs and sessions.
213
214
214
- Staging databases and development databases are not backed up. .
215
- You nevertheless have the possibility to restore a backup of the production database on your staging databases , for
216
- testing purposes, or to manually recover data that has been deleted unexpectedly from the production database.
215
+ Staging and development databases are not backed up.
216
+ You nevertheless have the possibility to restore a backup of the production database in your staging branches , for
217
+ testing purposes, or to manually recover data that has been deleted by accident from the production database.
217
218
218
219
The list contains the backups kept on the server your production database is hosted on.
219
220
This server only keeps one month of backups: 7 daily and 4 weekly backups.
220
221
221
222
Dedicated backup servers keep the same backups, as well as 3 additional monthly backups.
222
223
To restore or download one of these monthly backups, please `contact us <https://www.odoo.com/help >`_.
223
224
225
+ You can make a backup manually before making big changes in your production database in case something goes wrong.
226
+ To avoid abuse, we limit manual backups to 5 per day.
227
+
224
228
The *import database * feature accepts database archives in the format provided by:
225
229
226
230
* the standard Odoo databases manager,
0 commit comments