File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
content/administration/on_premise Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -194,11 +194,14 @@ PostgreSQL
194194
195195Odoo 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
You can’t perform that action at this time.
0 commit comments