Skip to Content
Menu
This question has been flagged
2 Replies
2518 Views

i install odoo 16, while installing they give me the option to install postgree autometically and i do. then iuninstall the odoo 16. After i install odoo 15 but postgre check box was disabled and i do not found postgre in window? how i resolve this issue

Avatar
Discard
Best Answer

Hi,

The Odoo installer will automatically detect an existing PostgreSQL server on the same machine and disable the option to install a new one to prevent conflicts.

During the installation process, the installer checks for an active PostgreSQL server and disables the option to install a new one if one is found.

Avatar
Discard
Best Answer

1. Go to applications and features. And find is postgresql is in the list. If is there then it's installed

2. Go to "services" and confirm is the service "postgreSql" is running

3. To find the installation, open the properties of the services and in "general" box find the access path to the executable

You will see something like that: "C:\Program Files (x86)\PgBouncer\bin\pgbouncer.exe", then the path is "C:\Program Files (x86)\PgBouncer"

Avatar
Discard