Odoo : database initialized error

Jeevachaithanyan Sivanandan - Jan 11 - - Dev Community

In odoo, if you ever an error as below

 20440 ERROR ? odoo.modules.loading: Database somedatabase not initialized, you can force it with `-i base` 
Enter fullscreen mode Exit fullscreen mode

try running odoo with below command

odoo.bin -c odoo.conf -i base -d somedatabase
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .