Backup Odoo db from within odoo

后端 未结 8 921
北恋
北恋 2021-01-11 14:22

I need to backup the current db while logged into odoo. I should be able to do it using a button, so that suppose I click on the button, it works the same way as odoo defaul

8条回答
  •  轮回少年
    2021-01-11 15:00

    By using this module you can backup your database periodically

    https://www.odoo.com/apps/modules/7.0/crontab_config/ (v7)

    you can also test this module

    https://www.odoo.com/apps/modules/6.1/db_backup_ept/ (v6 it can be miggrated to v7)

    in your case you can add button to execute the function that will be executed by the schedular.

提交回复
热议问题