Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
6 Trả lời
30860 Lượt xem

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


 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ

Or delete cookies for site in browser settings

Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ

this tip solved my problem

could someone accept the answer?

Câu trả lời hay nhất

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?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ