Skip to content

Commit

Permalink
Update the minimum supported PG version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvanbreda committed Sep 25, 2023
1 parent 8341ad4 commit c572e0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions administrating/warehouse/warehouse-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Install PostgreSQL and PostGIS

First, install the PostgreSQL database server and the PostGIS extension for your operating system.
For downloads and more information see http://www.postgresql.org/ and http://postgis.refractions.net/.
You should install version 9.6 or later of PostgreSQL and PostGIS version 2.x or later.
You should install version 11.0 or later of PostgreSQL and PostGIS version 2.x or later.

Next, create a PostGIS database on your server. You don't need to put any
content in the database yet. There are several possible ways of doing this, but
Expand Down Expand Up @@ -294,9 +294,9 @@ command to install all the submodules: ::

git submodule update --init --recursive

That will install all the required submodules into the folder.
That will install all the required submodules into the folder.

To install other dependencies type the following `Composer <https://getcomposer.org/>`_
To install other dependencies type the following `Composer <https://getcomposer.org/>`_
command ::

composer install --no-dev
Expand Down

0 comments on commit c572e0d

Please sign in to comment.