Backup Odoo db from within odoo

后端 未结 8 919
北恋
北恋 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:06

    For backup, you can go to this link http://localhost:8069/web/database/manager.

    • You can create a backup from there.
    • You can restore your pre existing backup also.

    Important- Before that just set your master password for your Database to avoid consequences in future.

    If you want to change particular models or fields while logged in. You can do it by export/import action provided by Odoo. After exporting data from local you can import it on your server for that you have to validate it.

提交回复
热议问题