Backup Odoo db from within odoo

后端 未结 8 930
北恋
北恋 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条回答
  •  梦毁少年i
    2021-01-11 15:14

    You can take database backup from "Database Management" in odoo..

    type following link in browser,

    http://localhost:8069/web/database/manager

    just replace your ip and port in aboves link, you will get screen for database management, you can perform following operations related to database

    • Create
    • Duplicate
    • Drop
    • Backup
    • Password
    • Restore

提交回复
热议问题