Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
6 Răspunsuri
30872 Vizualizări

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


 

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează

Or delete cookies for site in browser settings

Cel mai bun răspuns

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

Imagine profil
Abandonează

this tip solved my problem

could someone accept the answer?

Cel mai bun răspuns

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?

Imagine profil
Abandonează
Cel mai bun răspuns

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,...

Imagine profil
Abandonează