Skip to content

Commit d509881

Browse files
committed
[chore] bump minimal postgresql version for Odoo 19
closes #14803 Signed-off-by: Christophe Simonis (chs) <[email protected]>
1 parent 965c07f commit d509881

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

content/administration/on_premise/source.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,14 @@ PostgreSQL
194194

195195
Odoo uses PostgreSQL as its database management system.
196196

197+
.. versionchanged:: 19
198+
Minimum requirement updated from PostgreSQL 12 to PostgreSQL 13.
199+
197200
.. tabs::
198201

199202
.. group-tab:: Linux
200203

201-
Use a package manager to download and install PostgreSQL (supported versions: 12.0 or above).
204+
Use a package manager to download and install PostgreSQL (supported versions: 13.0 or above).
202205
It can be achieved by executing the following:
203206

204207
.. code-block:: console
@@ -207,13 +210,13 @@ Odoo uses PostgreSQL as its database management system.
207210
208211
.. group-tab:: Windows
209212

210-
`Download PostgreSQL <https://www.postgresql.org/download/windows>`_ (supported versions: 12.0
213+
`Download PostgreSQL <https://www.postgresql.org/download/windows>`_ (supported versions: 13.0
211214
or above) and install it.
212215

213216
.. group-tab:: Mac OS
214217

215218
Use `Postgres.app <https://postgresapp.com>`_ to download and install PostgreSQL (supported
216-
version: 12.0 or above).
219+
version: 13.0 or above).
217220

218221
.. tip::
219222
To make the command line tools bundled with Postgres.app available, make sure to set up the

0 commit comments

Comments
 (0)