This question has been flagged

after the Command "./odoo/odoo-bin test -d" odoo restartet itself and after that, the old databases wasn't there anymore. But when i search for them in Postgres, i find them. does someone know why odoo cant see any other databases anymore?


What we already tried:

- finding config Datafiles to see where Odoo look for Databases
- reboot and only run "./odoo/odoo-bin"
- looking for dbfilter but its empty

Avatar
Discard

Please check the log entries and show your .conf file

Best Answer

Make sure the database owner are the same of the Odoo user.

Also check if database is not passed in the configuration file. Please post your configuration file for more details.

Avatar
Discard