Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
6 Replies
30863 Tampilan

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
Buang
Jawaban Terbai

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
Buang

Or delete cookies for site in browser settings

Jawaban Terbai

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
Buang

this tip solved my problem

could someone accept the answer?

Jawaban Terbai

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
Buang
Jawaban Terbai

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
Buang