Can i install 2 versions of tryton on the same server

Good morning Can I make two virtual environment with different version of tryton( sao) on the same server linux (not on localhost) without negative symptoms to each of them !

Yes but obviously each server must use its own port.

You’ll also have to be careful not to use a database from one version with another because it might cause some issues.

Hi , thanks;
What do mean by each server must use its own port !
(me i want to work with two versions of tryton on the same server)
if you mean the config file of tryton (trytond.conf) where i have to modifie the port so what’s the section i have to modify ,to make each version of tryton work in different ports!

I am talking about a network port:

Indeed you should have one config file per server each specifying a different port:
https://docs.tryton.org/projects/server/en/latest/topics/configuration.html#listen

1 Like