mirror of
https://github.com/odoo/documentation.git
synced 2025-12-12 07:29:27 +07:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user