Skip to Content
Menu
This question has been flagged
2 Replies
2895 Views

Good day everyone, 

Is there any best practice to migrate from V13 community to V14 community. I've seen one way is using openupgrade scripts and for what we understand another way would be make a fresh new install on the newer version, install any custom module and then export data from previous version to import on new version.

Would appreciate any help someone already did these kind of migration.


Avatar
Discard
Best Answer

Hi Avash,

Greetings.

As mentioned by you, OpenUpgrade is a free script provided by OCA to migrate from different versions in Odoo community.
Though you might encounter different errors while executing the script, you can make necessary changes to the database accordingly and possibly achieve the migration.
There isn't a specific solution to the errors that you will face, as each time different errors might occur.

Also you'll have to make some changes to the script to make it run.
But on a short note its the best tool for migration.

Refer the below link for the blog on how to upgrade your database using OpenUpgrade.
- https://www.cybrosys.com/blog/how-to-upgrade-the-odoo-15-database-using-openupgrade
- https://www.cybrosys.com/blog/how-to-write-migration-scripts-using-open-upgrade-api
 
On the second method, if your database data is not too large, you can create a fresh database and import the data's into it or using rpc methods like jsonrpc or xmlrpc to write python scripts to import data simultaneously from these versions.

Reference:
- https://www.cybrosys.com/odoo/odoo-books/odoo-15-development/ch14/

Regards

Avatar
Discard
Author Best Answer

Thanks Cybrosys for your answer and  great resources shared.  

Avatar
Discard
Related Posts Replies Views Activity
0
Aug 24
322
0
Nov 23
755
0
Sep 23
445
1
May 23
952
1
Jul 19
1993