Ir al contenido
Menú
Se marcó esta pregunta
6 Respuestas
30834 Vistas

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
Descartar
Mejor respuesta

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
Descartar

Or delete cookies for site in browser settings

Mejor respuesta

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
Descartar

this tip solved my problem

could someone accept the answer?

Mejor respuesta

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
Descartar
Mejor respuesta

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
Descartar