Skip to content

Commit

Permalink
enable hourly backups (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
foutoucour authored and majouda committed Sep 3, 2024
1 parent de52cf0 commit 8d61233
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion numitech/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
'name': 'Numitech',
'version': '1.1.0',
'version': '1.2.0',
'author': 'Numigi',
'maintainer': 'Numigi',
'license': 'LGPL-3',
Expand Down
2 changes: 0 additions & 2 deletions numitech/data/db_backup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
<field name="backup_format">zip</field>
</record>

<!-- Disabled until hourly feature is ported to odoo version 12
<record id="hourly_backup" model="db.backup">
<field name="name">/var/lib/odoo/backups/hourly</field>
<field name="folder">/var/lib/odoo/backups/hourly</field>
<field name="days_to_keep">1</field>
<field name="frequency">hourly</field>
<field name="backup_format">dump</field>
</record>
-->

</odoo>

0 comments on commit 8d61233

Please sign in to comment.