How do I migrate database data from my linux based server to my windows based server.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
Hi,
You can set up and odoo instance in your windows machine and then take backup of your current db and then restore it in your windows machine.
In case if you have used any custom codes, make sure that you have also moved/copied that custom modules to your windows machine and available for odoo instance.
To take a database backup from odoo instance, you can do it as follows: How To Back Up Database In Odoo
Once you take db backup, go to db manager page and using the restore button, restore the db.
Thanks
Hi,
We can use XML RPC methods to transfer data from one database to another
https://www.cybrosys.com/blog/how-to-transfer-data-in-odoo-using-xml-rpc
Regards
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
Thank you guys.😇