This question has been flagged
1 Reply
2378 Views


  1. Does the Odoo user (db_user) have to be the owner of the database?Can't it be just a user that has been given grant access to the database which is owned by a different user?
  2. In a high-availability setup, Odoo Web Application Server 1 must use a username "odoouser1", while the Odoo Web Application Server 2 must use a username "odoouser2". Both Odoo Web Application Servers 1 and 2 are pointing and transacting to one and the same database server.


Avatar
Discard
Best Answer

Try to use the same username for your application servers that you mentioned in the Database server. For example, create a role in database server 'odoo' and for app-server 1 & 2 with the same username and grant them ownership of odoo modules using chown.

Avatar
Discard