I have created 3 databases, but when I run ./odoo-bin only one db is shown (the database name is ben like the OS user).
I searched the forums and I get that it should be related to the owner of the database in postgresql, but the 3 databases have the same owner (ben).
The odoo.conf has these lines:
but dbfilter there does not seem to work.
The only way to make them show is if I run it as: ./odoo-bin --db-filter '.*'
Can anyone point where the problem is?
@Ben Quan, have you got a solution? i am facing the same issue.