[chore] bump minimal postgresql version for Odoo 19

closes odoo/documentation#14803

Signed-off-by: Christophe Simonis (chs) <chs@odoo.com>
This commit is contained in:
Christophe Simonis
2025-10-08 18:10:28 +02:00
parent 965c07f17b
commit d509881a89

View File

@@ -194,11 +194,14 @@ PostgreSQL
Odoo uses PostgreSQL as its database management system.
.. versionchanged:: 19
Minimum requirement updated from PostgreSQL 12 to PostgreSQL 13.
.. tabs::
.. group-tab:: Linux
Use a package manager to download and install PostgreSQL (supported versions: 12.0 or above).
Use a package manager to download and install PostgreSQL (supported versions: 13.0 or above).
It can be achieved by executing the following:
.. code-block:: console
@@ -207,13 +210,13 @@ Odoo uses PostgreSQL as its database management system.
.. group-tab:: Windows
`Download PostgreSQL <https://www.postgresql.org/download/windows>`_ (supported versions: 12.0
`Download PostgreSQL <https://www.postgresql.org/download/windows>`_ (supported versions: 13.0
or above) and install it.
.. group-tab:: Mac OS
Use `Postgres.app <https://postgresapp.com>`_ to download and install PostgreSQL (supported
version: 12.0 or above).
version: 13.0 or above).
.. tip::
To make the command line tools bundled with Postgres.app available, make sure to set up the