I dropped three demo databases from an instance, using the /database/manager so it is supposed to be a clean operation. Nevertheless, In a period of about 48 hours, Odoo begin to show error in the log, claiming that the database hasn't found, and making the web frontend unavailable, untill I kill the server and put it up again. It works during a similar period, and again the same thing.
I have been looking it datastore for a refference to the database, but can't get rid of this error.
The error is: "....sql_db.py", line 522, in borrow result = psycopg2.connect(dsn=dsn, connection_factory=PsycoConnection) File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect connection_factory=connection_factory, async=async) OperationalError: FATAL: "..." database does not exist
Post bug here https://github.com/odoo/odoo/issues/new, official guys supports you.