Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions content/administration/on_premise/source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down