3

I have a dump file of database backup(openerp-7). Now I want to continue my work in Odoo, the database is in openerp-7 format so I am not able to restore it in Odoo. How to convert this database to Odoo version in order to start working on it?

ChesuCR
  • 9,352
  • 5
  • 51
  • 114
Kiran
  • 1,481
  • 6
  • 36
  • 66

2 Answers2

2

You must do a data migration. That's not an easy task. You can use some of this migration tools:

  • OpenUpgrade.

  • Or you can use some ETL tool such as Odoo ETL

  • If you only want migrate some table you can export it in a CSV file and import it in Odoo choosing the right columns.

ChesuCR
  • 9,352
  • 5
  • 51
  • 114
  • How to use that ETL tool, I have openerp 7 database which i want to convert to version 8.When i enter my source database name it says no such database exists. – Kiran Nov 26 '15 at 13:29
  • Search in Youtube "Odoo ETL". I'm sure you can find some tutorials like that – ChesuCR Nov 26 '15 at 16:21
0

Using pgadmin3,we can export the tables and import in our desired database of version 8

Kiran
  • 1,481
  • 6
  • 36
  • 66