gcdevops / HRWhiteListing

MIT License
2 stars 0 forks source link

Check if 2 Odoo instances can read/write to the same database #298

Closed var-kyle closed 4 years ago

var-kyle commented 4 years ago

In order to implement Blue/Green deployment strategy, we need to know if two instances of Odoo can read and write to the same database.

EricDube commented 4 years ago

Odoo seems to work perfectly on a single database but requires a shared instance of the data_dir, which is used to store session information as well as any image information that it requires. This will require us to map a volume that has both read and write for both instances.