Skip to Content
Menu
This question has been flagged
6 Replies
29646 Views

Getting "Skipping database XXXXX as its base version is not 9.0.1.3" while running odoo9 server just installed on ubuntu 14.04. postgres by default installed is 9.3. Please help to fix the issue.


thanks


 

Avatar
Discard
Best Answer

Hello,

You may get this error while you are logged into Database of Other odoo version.

 Please try to run odoo on other browser or Incognito Window(On Chrome) or Private Window (Firefox).


This will solve your issue


Thanks

Avatar
Discard

Or delete cookies for site in browser settings

Best Answer

That's not and error but you could avoid it by using a different db user to access the database of a particular Odoo version. That will cause that one user cannot see the others users databases. The root cause is that you are using the same user for access different databases of different Odoo versions

Avatar
Discard

this tip solved my problem

could someone accept the answer?

Best Answer

No, that's not it.

I'm having the same issue and no matter how I try to access, I get this error.

Killing the process, starting Odoo again and immediately going (on firefox private) to /web/database/selector and choosing the database gives me this error message.


So... real answer please?

Avatar
Discard
Best Answer

If you have only one database for this odoo instance
then add into odoo.conf :
db_name=your_db_name

it solved this issue much more easely
then adding new separate user in postgresql, grant them privileges to DB,...

Avatar
Discard