Reputation: 1531
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?
Upvotes: 3
Views: 2418
Reputation: 1531
Using pgadmin3,we can export the tables and import in our desired database of version 8
Upvotes: 0