0

We want to upgrade Odoo V8.0 to V10. Currently, we have Odoo V8.0 installed from git hub source code on centos.

Now We have to upgrade our current V8.0 to V10, with my current running database and the current running database should not corrupt. How can I upgrade?

Dheeraj Balodia
  • 252
  • 7
  • 36

3 Answers3

0

There is OpenUpgrade by OCA that you can try, but it is not ready for 10.0 yet unfortunately.

I'd probably manually export-import models, I don't think that there is a much easier way to this.

Community
  • 1
  • 1
0

Check this link I have suggested two options for upgrading your database.

Kiran
  • 1,481
  • 6
  • 36
  • 66
  • so need to upgrade one step upgradation like odoo version 8 to 9, then upgrade odoo 9 to 10 right ? – Sachin Banugariya Aug 24 '17 at 04:51
  • Best way is to export data from your v8 database and import it in v10 database from pgadmin. I know this will consume lot of time but that's the easiest way. – Kiran Aug 25 '17 at 11:48
  • Use select * from your_table and use export option in the menu for exporting so that you can import it in v10 db – Kiran Aug 25 '17 at 11:49
0

You just installed V10 of Odoo in your system. For migrating database to V8 to V10 check this answer.

Dheeraj Balodia
  • 252
  • 7
  • 36