Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
3131 Vistas

I need to upgrade my odoo database from version 14 community to version 15 community.I downloaded the Openupgrade15 from GitHub. But how can I run the openupgrade script.i can't see the odoo-bin file for running openupgrade server.How can I run Openupgrade15.

Avatar
Descartar
Mejor respuesta

@Sreejishnu what do you mean for running OpenUpgrade server? 

You need to see OpenUpgrade as a module, once you have cloned the OpenUpgrade with the same branch of the target version you need to initialize Odoo by giving the addons path where the scripts are contained. Within your main Odoo installation folder you should run a command similar to this:

python odoo-bin --upgrade-path=odoo_folder/OpenUpgrade/openupgrade_scripts -d db_to_migrate --update all --stop-after-init --load=base,web,openupgrade_framework

For further info you can read the official documentation at https://oca.github.io/OpenUpgrade/

Avatar
Descartar
Mejor respuesta

Hi,


Please refer to the link below for the blog on database migration using OpenUpgrade for odoo v15.

 https://www.cybrosys.com/blog/how-to-upgrade-the-odoo-15-database-using-openupgrade

 https://www.cybrosys.com/blog/how-to-migrate-odoo-database-using-openupgrade

 

Hope it helps.

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
jun 25
1619
3
jul 25
3264
1
may 25
1407
1
may 25
1655
4
may 25
2819