Skip to Content
Menu
This question has been flagged
4 Replies
7908 Views

Impacted versions: Odoo10/Ubuntu 16


i made this setup in odoo-server.conf to try out loading only database with 'maltherapie'  

dbfilter = ^maltherapie.*$

since then I can not switch back to: dbfilter = True

I see in browser -- Internal Server Error Odoo starts with some default database

2017-02-04 11:07:56,435 12139 INFO ? odoo: database: odoo@default:default

2017-02-04 11:07:56,442 12139 INFO ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069

2017-02-04 11:08:24,094 3215 INFO ? odoo.addons.bus.models.bus: Bus.loop listen imbus on db postgres


I can not connect to my old databases ---but they are still there

Can someone help me out of this issue?

Avatar
Discard

Hi Axel Thanks for your informations,

I do try with incognito window and also deleted all browser cookies etc... still the same problem. My db_user is 'odoo' and the owner is 'odoo', also all of the /odoo-server files have this correct owner/user --- odoo I'm running out of ideas how to solve this issue.

If I start odoo service I see that odoo is starting up a default Database (odoo@default) which is not in my system 2017-02-06 08:21:21,860 30050 INFO ? odoo: database: odoo@default:default2017-02-06 08:21:21,865 30050 INFO ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069. Then I delete the 'dbfilter=..' line in my odoo-server.config --- still the same issue


I can connet to my current databases only with: domain/web?db=mydatabases -- that works perfect

Did you restart Odoo after removing the dbfilter parameter from your odoo-server.conf file?

Author Best Answer

@Ermin 

Yes, I did reboot Odoo and Postgres --- still the same issue

thats all quite weird. Actually I have no idea what's wrong....

Avatar
Discard
Best Answer

Hi Tom

You could comment that line in the config to use no dbfilter option and try opening Odoo in an incognito window in the browser, if work the you will need to clear the site cookies that may be blocking you from access your Odoo database properly

Another thing to try is that the db_user most be the same that is owner of the database, otherwise you won't be able to use it

Avatar
Discard
Author

Hi

I solved this problem by deleting second/third .... database. How ever I think there is still a problem in Odoo 10.0. After using once this attribut: dbfilter = ^yourdatabase.*$ you run in weird redirect ploblems and can not call /database/manager anymore.