data transfer from one database to other database in odoo

喜你入骨 提交于 2019-12-12 06:28:48

问题


I have one database. I want to transfer data from one database to new database. all tables have same fields into both databases. I can use export feature of openerp, but I need to maintain the relationship between odoo table and there is so many tables so I don't know which tables I can import first into a new database so it does not give any problem into other tables data import. is there any that I can do this into easy and simple way?


回答1:


There are two ways in which you can take backup.

  1. By hitting the given URL – server/web/database/manager.
  2. By Import/Export and validation, functionality is given by Odoo.

Backup-> We can take the full backup of the system and store zip file in our system for a future update. For that, we have to hit this URL- http://localhost:8069/web/database/manager

- Restore-> In a similar manner, we can restore the database by uploading the zipped file which we recently downloaded.



来源:https://stackoverflow.com/questions/45459975/data-transfer-from-one-database-to-other-database-in-odoo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!