Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2803 Переглядів

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.

Найкраща відповідь

Daniel,

This happens when your config file defautly loads your server with some Old database. ( -d param )

You may check in your ./openerp_serverrc file.(dbname param)

Thanks.

Аватар
Відмінити
Автор

Serpent, this is not the case, since conf is used like: "-c odoo.conf"