Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
234 Widoki

Hello

We are running odoo19 on Premise, on Windows. We install it using the installer.
We noticed that it installs PosgreSQL 12, but on service start it has warnings saying it needs minimum version 13.
Trying to activate module AI crashes, asking for a  pgvector extension to be installed in the PG server. This extension is available compiled for higher versions of PG, not for 12. I am not sure it works with PG12
Maybe sombeody in the same situation found a solution?

Thank you,
Liviu


Awatar
Odrzuć
Najlepsza odpowiedź

Hi,
I experienced this kind of issue when I tried installing the odoo 19 using docker,
However, I fixed and successfully installed the AI module by upgrading to postgresql v15 with pgvector.

Awatar
Odrzuć