Skip to Content
Menu
This question has been flagged
3 Replies
1804 Views

Hello,

I am currently migrating an Odoo V10 to a Odoo V13, both Enterprise and on premises in a Ubuntu 16.04 server.

I have already send the V10 database to Odoo for the upgrade to V13 and I have already received the upgraded V13 database.

I need to test the V13 database (I have some custom code to adapt) and keep the V10 production environment operational.

So I think the next step would have a V13 running I think, but I don t know what should I do: 

Create another instance of V13 on the same server as V10 ?

Create another VM and start from scratch with V13 ?

And finally when I'll be upgrading the V10 production environment, should I directly download the code for V13 from GIT and override the V10 files ?

Thank you !

Ernesto.


Avatar
Discard
Author Best Answer

Hello Niyas and Ray,

First of all thank you for your answers !

I'll go then with the separate server for the V13 of Odoo, you are right it's much easier that setting different postgresql users and virtual python environments for V10 and V13.

Thanks for the tip of keeping the V10 alive, it's a good one !

Ernesto. 

Avatar
Discard
Best Answer

Hi,

You can set up an odoo13 instance in your local machine or in your server, copy the custom developed code to the new instance, restore the migrated db in odoo13 instance.

Once the testing is done and if everything is okay,you can update the production to 13

Thanks

Avatar
Discard
Best Answer

It is easier to use a new server and to do a new installation of Odoo for both testing and for production.

You can install multiple versions of Odoo on the same server but it takes extra work and possibly extra operating system accounts and PostgreSQL accounts to keep things separated.

You might also find it handy to keep the server running v10 around for a few months in case you need to reference how something worked back then compared to at v13.

For more information:

Avatar
Discard