hello!
I want to create a basic odoo-setup and use that for a few different start-up projects. What are the advantages / disadvantages of running multiple odoo instances versus just running multiple databases on the same instance?
my understanding so far:
Multiple instances running on separate user accounts
entirely separate databases => better security
configuration more flexible
instances can be restarted separately
different domains can be forwarted to different ports
multiple databases on running on same odoo instance
less resources
easier / faster set up (just copy database)
different logins using db name in url
Any more input on this? Thank you very much!!