This question has been flagged
2 Replies
2569 Views

Hello, I'm on a server with Ubuntu 16.04.

Please I need help to how I can have multiple instances of Odoo on different port and different databases in the same server.

Avatar
Discard
Author Best Answer

Thank You, I'll test it.


Avatar
Discard
Best Answer

Hi,

For this what you have to do is that,you can create multiple conf files and specify different ports in it, then also create n number of services for n number of conf files.

Also you can make different database users, as per the need, so that database will not show in the database manager across different ports.

 You can have a look at this article which defines how to run Odoo community and Odoo enterprise in two different ports: https://medium.com/@reedrehg/managing-multiple-odoo-instances-1e4c8bdabb4


Thanks

Avatar
Discard